Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TechProcess.ReSendNotificationByRequestIDResponse> ReSendNotificationByRequestIDAsync(string APIRequest)
 {
     TechProcess.ReSendNotificationByRequestIDRequest inValue = new TechProcess.ReSendNotificationByRequestIDRequest();
     inValue.Body            = new TechProcess.ReSendNotificationByRequestIDRequestBody();
     inValue.Body.APIRequest = APIRequest;
     return(((TechProcess.RPPServiceSoap)(this)).ReSendNotificationByRequestIDAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <TechProcess.ReSendNotificationByRequestIDResponse> TechProcess.RPPServiceSoap.ReSendNotificationByRequestIDAsync(TechProcess.ReSendNotificationByRequestIDRequest request)
 {
     return(base.Channel.ReSendNotificationByRequestIDAsync(request));
 }