Ejemplo n.º 1
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));
 }
Ejemplo n.º 2
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);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InResponse> Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.ManageStockInspectionCreateIn.StockInspectionCreateQueryResponse_InAsync(Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest request)
 {
     return(base.Channel.StockInspectionCreateQueryResponse_InAsync(request));
 }
Ejemplo n.º 4
0
 Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InResponse Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.ManageStockInspectionCreateIn.StockInspectionCreateQueryResponse_In(Eland.NRSM.Template.MANAGESTOCKINSPECTIONCREATEIN.StockInspectionCreateQueryResponse_InRequest request)
 {
     return(base.Channel.StockInspectionCreateQueryResponse_In(request));
 }