public List <Country> GetAllCountrys()
 {
     return(aGateway.GetAllCountry());
 }
Exemplo n.º 2
0
 public List <Country> GetAllCountry()
 {
     return(cityGateway.GetAllCountry());
 }