Exemple #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));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <string> GetPaymentListAsync(string customerId, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetPaymentListAsync(customerId, customerType));
 }
Exemple #3
0
 public string GetCustomer(int page, int rowCount, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetCustomer(page, rowCount, customerType));
 }
Exemple #4
0
 public string GetPaymentList(string customerId, NEF.WebService.MobilApp.CustomerType customerType)
 {
     return(base.Channel.GetPaymentList(customerId, customerType));
 }