Browse Source

Update IDynamicClaimsAppService.cs

pull/18064/head
maliming 2 years ago
committed by GitHub
parent
commit
45ea3fa6f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/IDynamicClaimsAppService.cs

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/IDynamicClaimsAppService.cs

@ -4,7 +4,7 @@ using Volo.Abp.Application.Services;
namespace Volo.Abp.Account;
public interface IDynamicClaimsAppService: IApplicationService
public interface IDynamicClaimsAppService : IApplicationService
{
Task<List<DynamicClaimDto>> GetAsync();
}

Loading…
Cancel
Save