Method | Description | |
---|---|---|
GetAllRoles ( ) : IQueryable |
||
GetAllUsers ( ) : IQueryable |
||
GetUserByIdAsync ( int userId ) : Task |
||
SaveUserAsync ( User user, IList |
Method | Description | |
---|---|---|
IdentityRepository ( IAppDbContext dbContext ) : FailureTroubleshooting.Data.Entities |
public GetUserByIdAsync ( int userId ) : Task |
||
userId | int | |
return | Task |
public SaveUserAsync ( User user, IList |
||
user | User | |
newRoles | IList |
|
return | System.Threading.Tasks.Task |