Пример #1
0
 public Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionResponse_sync DailySalePredictionQueryResponse_In(Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQuery_sync DailySalePredictionQuery_sync)
 {
     Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InRequest inValue = new Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InRequest();
     inValue.DailySalePredictionQuery_sync = DailySalePredictionQuery_sync;
     Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InResponse retVal = ((Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.QueryDailySalePredictionIn)(this)).DailySalePredictionQueryResponse_In(inValue);
     return(retVal.DailySalePredictionResponse_sync);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InResponse> DailySalePredictionQueryResponse_InAsync(Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQuery_sync DailySalePredictionQuery_sync)
 {
     Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InRequest inValue = new Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQueryResponse_InRequest();
     inValue.DailySalePredictionQuery_sync = DailySalePredictionQuery_sync;
     return(((Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.QueryDailySalePredictionIn)(this)).DailySalePredictionQueryResponse_InAsync(inValue));
 }
Пример #3
0
 public DailySalePredictionQueryResponse_InRequest(Eland.NRSM.Template.QUERYDAILYSALEPREDICTIONIN.DailySalePredictionQuery_sync DailySalePredictionQuery_sync)
 {
     this.DailySalePredictionQuery_sync = DailySalePredictionQuery_sync;
 }