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