Ejemplo n.º 1
0
 public virtual Task <List <Role> > ListRolesAsync(User user)
 {
     return(studentStore.ListRolesByUserIdAsync(user.Id));
 }