public List <Country> GetAllCountrys()
 {
     return(aGateway.GetAllCountry());
 }
Пример #2
0
 public List <Country> GetAllCountry()
 {
     return(cityGateway.GetAllCountry());
 }