Пример #1
0
 public List <Student> GetByAge(int age)
 {
     return(_studentGetway.GetByAge(age));
 }