Example #1
0
 public System.Threading.Tasks.Task <string> InsertCountryAsync(Hotel.ServiceReference1.Country Incountry)
 {
     return(base.Channel.InsertCountryAsync(Incountry));
 }
Example #2
0
 public string InsertCountry(Hotel.ServiceReference1.Country Incountry)
 {
     return(base.Channel.InsertCountry(Incountry));
 }