Exemple #1
0
 public WMS_C104_OutStoreService(IDatabaseFactory dbfactory)
 {
     this.runtimeService = new UnitOfWork(dbfactory);
     this.WMS_C104_OutStoreRepository = new WMS_C104_OutStoreRepository(dbfactory);
     this.outStoreDetailRepository    = new WMS_C105_OutStoreDetailRepository(dbfactory);
     this.stockRepostiroy             = new WMS_C103_StockRepository(dbfactory);
 }
 public WMS_C105_OutStoreDetailService(IDatabaseFactory dbfactory)
 {
     this.runtimeService = new UnitOfWork(dbfactory);
     this.WMS_C105_OutStoreDetailRepository = new WMS_C105_OutStoreDetailRepository(dbfactory);
 }