Beispiel #1
0
 public virtual Task DeleteStudentAsync(Student student)
 {
     return(studentStore.DeleteAsync(student));
 }