Пример #1
0
 public RuleMsController()
 {
     termService      = new TermService();
     termlangService  = new TermlangService();
     guideService     = new GuideService();
     guidelangService = new GuidelangService();
 }
Пример #2
0
 public RuleMsController()
 {
     db               = new HeOEntities();
     termService      = new TermService();
     termlangService  = new TermlangService();
     guideService     = new GuideService();
     guidelangService = new GuidelangService();
 }