public System.Threading.Tasks.Task <MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestResponse> CheckPOSRequestAsync(int paramRequestId) { MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest inValue = new MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest(); inValue.paramRequestId = paramRequestId; return(((MAP_FrontEnd.MAS_MainFlow.IService)(this)).CheckPOSRequestAsync(inValue)); }
public void CheckPOSRequest(int paramRequestId) { MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest inValue = new MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest(); inValue.paramRequestId = paramRequestId; MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestResponse retVal = ((MAP_FrontEnd.MAS_MainFlow.IService)(this)).CheckPOSRequest(inValue); }
System.Threading.Tasks.Task <MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestResponse> MAP_FrontEnd.MAS_MainFlow.IService.CheckPOSRequestAsync(MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest request) { return(base.Channel.CheckPOSRequestAsync(request)); }
MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestResponse MAP_FrontEnd.MAS_MainFlow.IService.CheckPOSRequest(MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest request) { return(base.Channel.CheckPOSRequest(request)); }