예제 #1
0
 public System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutResponse> UpdateContCardGateOutAsync(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     return(((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContCardGateOutAsync(inValue));
 }
예제 #2
0
 public bool UpdateContCardGateOut(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutResponse retVal = ((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContCardGateOut(inValue);
     return(retVal.Body.UpdateContCardGateOutResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutResponse> ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContCardGateOutAsync(ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest request)
 {
     return(base.Channel.UpdateContCardGateOutAsync(request));
 }
예제 #4
0
 ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutResponse ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContCardGateOut(ITI.GateIn.Console.UI.GateService.UpdateContCardGateOutRequest request)
 {
     return(base.Channel.UpdateContCardGateOut(request));
 }