Beispiel #1
0
 public List <Student> GetByDepartment(int?deptId)
 {
     return(_studentGetway.GetByDepartment(deptId));
 }