예제 #1
0
 public Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateResponse_sync StockInspectionCreateQueryResponse_In(Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQuery_sync StockInspectionCreateQuery_sync)
 {
     Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest();
     inValue.StockInspectionCreateQuery_sync = StockInspectionCreateQuery_sync;
     Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InResponse retVal = ((Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.ManageStockInspectionCreateIn)(this)).StockInspectionCreateQueryResponse_In(inValue);
     return(retVal.StockInspectionCreateResponse_sync);
 }
예제 #2
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InResponse> StockInspectionCreateQueryResponse_InAsync(Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQuery_sync StockInspectionCreateQuery_sync)
 {
     Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest();
     inValue.StockInspectionCreateQuery_sync = StockInspectionCreateQuery_sync;
     return(((Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.ManageStockInspectionCreateIn)(this)).StockInspectionCreateQueryResponse_InAsync(inValue));
 }
예제 #3
0
 public StockInspectionCreateQueryResponse_InRequest(Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQuery_sync StockInspectionCreateQuery_sync)
 {
     this.StockInspectionCreateQuery_sync = StockInspectionCreateQuery_sync;
 }