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