Browse Source

Merge pull request #9072 from abpframework/liangshiwei/patch-1

Make AbpActionContextExtensions class public
pull/9078/head
maliming 5 years ago
committed by GitHub
parent
commit
366f833937
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpActionContextExtensions.cs

2
framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpActionContextExtensions.cs

@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
namespace Volo.Abp.AspNetCore.Mvc
{
internal static class AbpActionContextExtensions
public static class AbpActionContextExtensions
{
public static T GetRequiredService<T>(this FilterContext context)
where T : class

Loading…
Cancel
Save