Exemple #1
0
 public List <Student> GetByAgeGreater(int age)
 {
     return(_studentGetway.GetByAgeGreater(age));
 }