public bool CapNhat(PhanQuyen phanQuyen) { return(phanQuyenDAO.Insert(phanQuyen)); }
public int Insert(PhanQuyen obj) { return(dao.Insert(obj)); }