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