コード例 #1
0
 public System.Threading.Tasks.Task <string> GetCustomerAsync(int page, int rowCount, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetCustomerAsync(page, rowCount, customerType));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <string> GetPaymentListAsync(string customerId, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetPaymentListAsync(customerId, customerType));
 }
コード例 #3
0
 public string GetCustomer(int page, int rowCount, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetCustomer(page, rowCount, customerType));
 }
コード例 #4
0
 public string GetPaymentList(string customerId, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetPaymentList(customerId, customerType));
 }