Beispiel #1
0
 public virtual Task <List <User> > FindByStudentIdAsync(int sid)
 {
     return(studentStore.FindByStudentIdAsync(sid));
 }