Пример #1
0
 public bool sendINDocument(PW.Ncels.ServiceWithEdo.InParameters parameters)
 {
     PW.Ncels.ServiceWithEdo.sendINDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendINDocumentRequest();
     inValue.parameters = parameters;
     PW.Ncels.ServiceWithEdo.sendINDocumentResponse retVal = ((PW.Ncels.ServiceWithEdo.Action)(this)).sendINDocument(inValue);
     return(retVal.sendINDocumentReturn);
 }
Пример #2
0
 public System.Threading.Tasks.Task <PW.Ncels.ServiceWithEdo.sendINDocumentResponse> sendINDocumentAsync(PW.Ncels.ServiceWithEdo.InParameters parameters)
 {
     PW.Ncels.ServiceWithEdo.sendINDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendINDocumentRequest();
     inValue.parameters = parameters;
     return(((PW.Ncels.ServiceWithEdo.Action)(this)).sendINDocumentAsync(inValue));
 }
Пример #3
0
 public sendINDocumentRequest(PW.Ncels.ServiceWithEdo.InParameters parameters)
 {
     this.parameters = parameters;
 }