Esempio n. 1
0
 public System.Threading.Tasks.Task <WSSecurity.WSDecrptionForMROResponse> WSDecrptionForMROAsync(int varDBType, string strDBCode, string InputString)
 {
     WSSecurity.WSDecrptionForMRORequest inValue = new WSSecurity.WSDecrptionForMRORequest();
     inValue.Body             = new WSSecurity.WSDecrptionForMRORequestBody();
     inValue.Body.varDBType   = varDBType;
     inValue.Body.strDBCode   = strDBCode;
     inValue.Body.InputString = InputString;
     return(((WSSecurity.WSSecuritySoap)(this)).WSDecrptionForMROAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <WSSecurity.WSDecrptionForMROResponse> WSSecurity.WSSecuritySoap.WSDecrptionForMROAsync(WSSecurity.WSDecrptionForMRORequest request)
 {
     return(base.Channel.WSDecrptionForMROAsync(request));
 }