Пример #1
0
 public Country Select(int id)
 {
     return(_countryDal.Select(id));
 }