1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using Volo.Abp.Application.Services; |
|||
using Volo.Abp.Identity.Localization; |
|||
|
|||
namespace LINGYUN.Abp.Identity; |
|||
public abstract class IdentityAppServiceBase : ApplicationService |
|||
{ |
|||
protected IdentityAppServiceBase() |
|||
{ |
|||
ObjectMapperContext = typeof(AbpIdentityApplicationModule); |
|||
LocalizationResource = typeof(IdentityResource); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue