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

            return(cityGateway.GetAllCity());
        }