Exemple #1
0
 public bool sendProjectDocument(PW.Ncels.ServiceWithEdo.ProjectParameters parameters1)
 {
     PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest();
     inValue.parameters1 = parameters1;
     PW.Ncels.ServiceWithEdo.sendProjectDocumentResponse retVal = ((PW.Ncels.ServiceWithEdo.Action)(this)).sendProjectDocument(inValue);
     return(retVal.sendProjectDocumentReturn);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <PW.Ncels.ServiceWithEdo.sendProjectDocumentResponse> sendProjectDocumentAsync(PW.Ncels.ServiceWithEdo.ProjectParameters parameters1)
 {
     PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest();
     inValue.parameters1 = parameters1;
     return(((PW.Ncels.ServiceWithEdo.Action)(this)).sendProjectDocumentAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <PW.Ncels.ServiceWithEdo.sendProjectDocumentResponse> PW.Ncels.ServiceWithEdo.Action.sendProjectDocumentAsync(PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest request)
 {
     return(base.Channel.sendProjectDocumentAsync(request));
 }
Exemple #4
0
 PW.Ncels.ServiceWithEdo.sendProjectDocumentResponse PW.Ncels.ServiceWithEdo.Action.sendProjectDocument(PW.Ncels.ServiceWithEdo.sendProjectDocumentRequest request)
 {
     return(base.Channel.sendProjectDocument(request));
 }