示例#1
0
 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));
 }
示例#2
0
 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);
 }
示例#3
0
 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));
 }
示例#4
0
 MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestResponse MAP_FrontEnd.MAS_MainFlow.IService.CheckPOSRequest(MAP_FrontEnd.MAS_MainFlow.CheckPOSRequestRequest request)
 {
     return(base.Channel.CheckPOSRequest(request));
 }