Esempio n. 1
0
 public MeterAlarmSetService()
 {
     context   = new MeterAlarmSetDbContext();
     tvContext = new TreeViewDbContext();
 }
Esempio n. 2
0
 public NoWorkDayService()
 {
     context   = new NoWorkDayDbContext();
     tvcontext = new TreeViewDbContext();
 }
Esempio n. 3
0
 public ToxicGasesService()
 {
     context        = new ToxicGasesDbContext();
     tvContext      = new TreeViewDbContext();
     historyContext = new HistoryParamDbContext();
 }