Example #1
0
 public MES_M801_Label_LService(IDatabaseFactory dbfactory)
 {
     this.runtimeService                       = new UnitOfWork(dbfactory);
     this.MES_M801_Label_LRepository           = new MES_M801_Label_LRepository(dbfactory);
     this.MES_M801_Label_MRepository           = new MES_M801_Label_MRepository(dbfactory);
     this.MES_M801_Label_SRepository           = new MES_M801_Label_SRepository(dbfactory);
     this.MES_M801_Label_L_PrintDataRepository = new MES_M801_Label_L_PrintDataRepository(dbfactory);
     this.MES_M801_Label_M_PrintDataRepository = new MES_M801_Label_M_PrintDataRepository(dbfactory);
     this.MES_M801_Label_S_PrintDataRepository = new MES_M801_Label_S_PrintDataRepository(dbfactory);
 }
Example #2
0
 public WMS_M101_StockTx_DataService(IDatabaseFactory dbfactory)
 {
     this.runtimeService = new UnitOfWork(dbfactory);
     this.WMS_M101_StockTx_DataRepository = new WMS_M101_StockTx_DataRepository(dbfactory);
     this.MES_M801_Label_LRepository      = new MES_M801_Label_LRepository(dbfactory);
 }