public StockAdjustmentOutMasterDetail_DAL(StockAdjustmentOutMaster_Property objStockAdjOut_Property)
 {
     objStockAdjOutProperty = objStockAdjOut_Property;
     objErrorTrace          = new ErrorTracer();
 }
Exemple #2
0
 public StockAdjustmentOutMasterDetail_BLL(StockAdjustmentOutMaster_Property objStockAdjustmentOutMaster_Property)
 {
     objStockAdjustmentOutMasterProperty = objStockAdjustmentOutMaster_Property;
 }