Example #1
0
 public System.Threading.Tasks.Task <int> InsertUserInfoAsync(KtvStudio.RoomTaskService.CustomerInfo customerInfo)
 {
     return(base.Channel.InsertUserInfoAsync(customerInfo));
 }
Example #2
0
 public int InsertUserInfo(KtvStudio.RoomTaskService.CustomerInfo customerInfo)
 {
     return(base.Channel.InsertUserInfo(customerInfo));
 }