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