Exemplo n.º 1
0
 public List <City> GetAllCity()
 {
     return(cityGateway.GetAllCity());
 }
Exemplo n.º 2
0
 public List <City> GetAllCity()
 {
     return(citygatewary.GetAllCity());
 }
Exemplo n.º 3
0
        public List <City> GetAllCity()
        {
            CityGateway cityGateway = new CityGateway();

            return(cityGateway.GetAllCity());
        }