Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InResponse> MaterialPriceInfoV1QueryResponse_InAsync(Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1Query_sync MaterialPriceInfoV1Query_sync)
 {
     Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InRequest inValue = new Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InRequest();
     inValue.MaterialPriceInfoV1Query_sync = MaterialPriceInfoV1Query_sync;
     return(((Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.QueryMaterialPriceInfoV1In)(this)).MaterialPriceInfoV1QueryResponse_InAsync(inValue));
 }
Exemplo n.º 2
0
 public MaterialPriceInfoV1QueryResponse_InRequest(Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1Query_sync MaterialPriceInfoV1Query_sync)
 {
     this.MaterialPriceInfoV1Query_sync = MaterialPriceInfoV1Query_sync;
 }
Exemplo n.º 3
0
 public Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1Response_sync MaterialPriceInfoV1QueryResponse_In(Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1Query_sync MaterialPriceInfoV1Query_sync)
 {
     Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InRequest inValue = new Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InRequest();
     inValue.MaterialPriceInfoV1Query_sync = MaterialPriceInfoV1Query_sync;
     Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.MaterialPriceInfoV1QueryResponse_InResponse retVal = ((Eland.NRSM.Template.QUERYMATERIALPRICEINFOV1IN.QueryMaterialPriceInfoV1In)(this)).MaterialPriceInfoV1QueryResponse_In(inValue);
     return(retVal.MaterialPriceInfoV1Response_sync);
 }