Esempio n. 1
0
 public RulePermitController(IMenuService menuService, IMenuAndRuleService menuAndRuleService)
 {
     _menuService = menuService;
     _menuAndRuleService = menuAndRuleService;
 }
Esempio n. 2
0
 public AjaxController(IMenuAndRuleService menuAndDepartmentService)
 {
     _menuAndRuleService = menuAndDepartmentService;
 }
Esempio n. 3
0
 public AjaxController(IMenuAndRuleService menuAndDepartmentService)
 {
     _menuAndRuleService = menuAndDepartmentService;
 }
Esempio n. 4
0
 public RulePermitController(IMenuService menuService, IMenuAndRuleService menuAndRuleService)
 {
     _menuService        = menuService;
     _menuAndRuleService = menuAndRuleService;
 }