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