コード例 #1
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 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));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 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));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerResponse Gro.Infrastructure.Data.Lm2CustomerSupportService.ILM2CustomerSupportService.SaveCustomer(Gro.Infrastructure.Data.Lm2CustomerSupportService.SaveCustomerRequest request)
 {
     return(base.Channel.SaveCustomer(request));
 }