Ejemplo n.º 1
0
 public virtual Task <Student> FindStudentAsync(int sid)
 {
     return(studentStore.FindStudentAsync(sid));
 }