Exemplo n.º 1
0
 public System.Threading.Tasks.Task CreateCustomerAsync(WebStartUp.kaspi.lab.CustomerService.RegisterViewModel model)
 {
     return(base.Channel.CreateCustomerAsync(model));
 }
Exemplo n.º 2
0
 public void CreateCustomer(WebStartUp.kaspi.lab.CustomerService.RegisterViewModel model)
 {
     base.Channel.CreateCustomer(model);
 }