Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerResponse> SaveCustomerAsync(Gro.Infrastructure.Data.Lm2CustomerSupportService.Customer customer, string ticket)
 {
     Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest inValue = new Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest();
     inValue.customer = customer;
     inValue.ticket   = ticket;
     return(((Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService)(this)).SaveCustomerAsync(inValue));
 }
Ejemplo n.º 2
0
 public int SaveCustomer(Gro.Infrastructure.Data.Lm2CustomerSupportService.Customer customer, string ticket)
 {
     Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest inValue = new Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest();
     inValue.customer = customer;
     inValue.ticket   = ticket;
     Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerResponse retVal = ((Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService)(this)).SaveCustomer(inValue);
     return(retVal.SaveCustomerResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerResponse> Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService.SaveCustomerAsync(Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest request)
 {
     return(base.Channel.SaveCustomerAsync(request));
 }
Ejemplo n.º 4
0
 Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerResponse Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService.SaveCustomer(Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest request)
 {
     return(base.Channel.SaveCustomer(request));
 }