public RulePermitController(IMenuService menuService, IMenuAndRuleService menuAndRuleService)
 {
     _menuService = menuService;
     _menuAndRuleService = menuAndRuleService;
 }
Exemple #2
0
 public AjaxController(IMenuAndRuleService menuAndDepartmentService)
 {
     _menuAndRuleService = menuAndDepartmentService;
 }
 public AjaxController(IMenuAndRuleService menuAndDepartmentService)
 {
     _menuAndRuleService = menuAndDepartmentService;
 }
Exemple #4
0
 public RulePermitController(IMenuService menuService, IMenuAndRuleService menuAndRuleService)
 {
     _menuService        = menuService;
     _menuAndRuleService = menuAndRuleService;
 }