Class RoleRepository
Namespace: Identity.Infrastructure.Repositories
Assembly: Identity.Infrastructure.dll
Role repository concrete implementation.
Inheritance
object ← Repository<Role, UserContext\> ← RoleRepository
Implements
IRepository<Role\>
Inherited Members
Repository<Role, UserContext\>.GetAllAsync\(\), Repository<Role, UserContext\>.GetByIdAsync\(Guid\), Repository<Role, UserContext\>.GetByIdAsyncWithConcurrency\(Guid\), Repository<Role, UserContext\>.Add\(Role\), Repository<Role, UserContext\>.Update\(Role\), Repository<Role, UserContext\>.UpdateRange\(IEnumerable<Role\>\), Repository<Role, UserContext\>.Delete\(Role\), Repository<Role, UserContext\>.DeleteRange\(IEnumerable<Role\>\), Repository<Role, UserContext\>.Exists\(Func<Role, bool\>\), object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
RoleRepository\(UserContext\)
Parameters
context UserContext