Example #1
0
 protected BaseController()
 {
     this._menuCategoryService      = new MenuCategoryService();
     this._importantDeadlineService = new ImportantDeadlineService();
 }
 public AdminImportantDeadlineController()
 {
     ViewBag.CurrentNode     = "AdminImportantDeadline";
     this._importantDeadline = new ImportantDeadlineService();
 }