From 45ea3fa6f60f05409c7cd9c6aac68f66c90f32d0 Mon Sep 17 00:00:00 2001 From: maliming Date: Sat, 11 Nov 2023 10:57:56 +0800 Subject: [PATCH] Update IDynamicClaimsAppService.cs --- .../Volo/Abp/Account/IDynamicClaimsAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/IDynamicClaimsAppService.cs b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/IDynamicClaimsAppService.cs index 3d67e44ac3..8702ef5fcd 100644 --- a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/IDynamicClaimsAppService.cs +++ b/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> GetAsync(); }