Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdResponse> updateMachineForCustomerIdAsync(string ID, string OWNER, string BRAND, string DESCRBRAND, string MODEL, string DESCRMODEL, string INDTYPE)
 {
     Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest inValue = new Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest();
     inValue.ID         = ID;
     inValue.OWNER      = OWNER;
     inValue.BRAND      = BRAND;
     inValue.DESCRBRAND = DESCRBRAND;
     inValue.MODEL      = MODEL;
     inValue.DESCRMODEL = DESCRMODEL;
     inValue.INDTYPE    = INDTYPE;
     return(((Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerId_PortType)(this)).updateMachineForCustomerIdAsync(inValue));
 }
Exemplo n.º 2
0
 public Gro.Infrastructure.Data.MachineAddNewServer.individSaveOutput updateMachineForCustomerId(string ID, string OWNER, string BRAND, string DESCRBRAND, string MODEL, string DESCRMODEL, string INDTYPE)
 {
     Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest inValue = new Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest();
     inValue.ID         = ID;
     inValue.OWNER      = OWNER;
     inValue.BRAND      = BRAND;
     inValue.DESCRBRAND = DESCRBRAND;
     inValue.MODEL      = MODEL;
     inValue.DESCRMODEL = DESCRMODEL;
     inValue.INDTYPE    = INDTYPE;
     Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdResponse retVal = ((Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerId_PortType)(this)).updateMachineForCustomerId(inValue);
     return(retVal.individSaveResponse);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdResponse> Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerId_PortType.updateMachineForCustomerIdAsync(Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest request)
 {
     return(base.Channel.updateMachineForCustomerIdAsync(request));
 }
Exemplo n.º 4
0
 Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdResponse Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerId_PortType.updateMachineForCustomerId(Gro.Infrastructure.Data.MachineAddNewServer.updateMachineForCustomerIdRequest request)
 {
     return(base.Channel.updateMachineForCustomerId(request));
 }