Ejemplo n.º 1
0
 public virtual Task <Dictionary <int, Role> > ListNamedRolesAsync()
 {
     return(studentStore.ListNamedRolesAsync());
 }