public RoleManagerController(IBLL.RolesIBLL bll,IBLL.MenuIBLL mbll,IBLL.FunctionIBLL fuctionBll) { rolebll = bll; iMbll = mbll; fBll = fuctionBll; }
public UserManagerController(IBLL.UsersIBLL iuserbll,IBLL.RolesIBLL irolebll,IBLL.UserRoleIBLL urbll) { userbll = iuserbll; rolebll = irolebll; userolebll = urbll; }