コード例 #1
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);
 }
コード例 #2
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));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: hwebz/NTCFarmD
 public SaveCustomerRequest(Gro.Infrastructure.Data.Lm2CustomerSupportService.Customer customer, string ticket)
 {
     this.customer = customer;
     this.ticket   = ticket;
 }