Пример #1
0
 public List <Student> GetByBirthDate(DateTime?fromDate, DateTime?toDate)
 {
     return(_studentGetway.GetByBirthDate(fromDate, toDate));
 }