public System.Threading.Tasks.Task <ViewHotel.ServiceCustomer.Confirm> CreateCustomerAsync(ViewHotel.ServiceCustomer.CustomerBE customerBE)
 {
     return(base.Channel.CreateCustomerAsync(customerBE));
 }
 public ViewHotel.ServiceCustomer.Confirm CreateCustomer(ViewHotel.ServiceCustomer.CustomerBE customerBE)
 {
     return(base.Channel.CreateCustomer(customerBE));
 }