Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> InsertCityAsync(Hotel.ServiceReference1.City Incity)
 {
     return(base.Channel.InsertCityAsync(Incity));
 }
Ejemplo n.º 2
0
 public string InsertCity(Hotel.ServiceReference1.City Incity)
 {
     return(base.Channel.InsertCity(Incity));
 }