public MenuController(ISysMenuBll sysMenuBll, ISysPrivilegeBll sysPrivilegeBll)
 {
     this.sysMenuBll      = sysMenuBll;
     this.sysPrivilegeBll = sysPrivilegeBll;
 }
示例#2
0
 public PrivilegeController(ISysPrivilegeBll sysPrivilegeBll)
 {
     this.sysPrivilegeBll = sysPrivilegeBll;
 }