Class IdentityAppServiceBase
Inheritance
IdentityAppServiceBase
Assembly: Volo.Abp.Identity.Application.dll
Syntax
public abstract class IdentityAppServiceBase : ApplicationService, IApplicationService, IRemoteService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency
Constructors
IdentityAppServiceBase()
Declaration
protected IdentityAppServiceBase()
Methods
FillIdentityUserDtoAsync(IIdentityUserRepository, IdentityProTwoFactorManager, List<IdentityUser>)
Declaration
protected Task<List<IdentityUserDto>> FillIdentityUserDtoAsync(IIdentityUserRepository identityUserRepository, IdentityProTwoFactorManager identityProTwoFactorManager, List<IdentityUser> users)
Parameters
Returns
Implements
Extension Methods