Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <BasicHttpDocLitSingleNs_NS.AddIntParamsResponse> AddIntParamsAsync(string guid, BasicHttpDocLitSingleNs_NS.IntParams par)
 {
     BasicHttpDocLitSingleNs_NS.AddIntParamsRequest inValue = new BasicHttpDocLitSingleNs_NS.AddIntParamsRequest();
     inValue.Body      = new BasicHttpDocLitSingleNs_NS.AddIntParamsRequestBody();
     inValue.Body.guid = guid;
     inValue.Body.par  = par;
     return(((BasicHttpDocLitSingleNs_NS.ICalculatorDocLit)(this)).AddIntParamsAsync(inValue));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <BasicHttpDocLitSingleNs_NS.ConcatenateResponse> ConcatenateAsync(BasicHttpDocLitSingleNs_NS.IntParams par)
 {
     BasicHttpDocLitSingleNs_NS.ConcatenateRequest inValue = new BasicHttpDocLitSingleNs_NS.ConcatenateRequest();
     inValue.Body     = new BasicHttpDocLitSingleNs_NS.ConcatenateRequestBody();
     inValue.Body.par = par;
     return(((BasicHttpDocLitSingleNs_NS.ICalculatorDocLit)(this)).ConcatenateAsync(inValue));
 }
Ejemplo n.º 3
0
 public GetAndRemoveIntParamsResponseBody(BasicHttpDocLitSingleNs_NS.IntParams GetAndRemoveIntParamsResult)
 {
     this.GetAndRemoveIntParamsResult = GetAndRemoveIntParamsResult;
 }
Ejemplo n.º 4
0
 public AddIntParamsRequestBody(string guid, BasicHttpDocLitSingleNs_NS.IntParams par)
 {
     this.guid = guid;
     this.par  = par;
 }
Ejemplo n.º 5
0
 public ConcatenateRequestBody(BasicHttpDocLitSingleNs_NS.IntParams par)
 {
     this.par = par;
 }
Ejemplo n.º 6
0
 public SumRequestBody(BasicHttpDocLitSingleNs_NS.IntParams par)
 {
     this.par = par;
 }