예제 #1
0
 public bool Xoa(PhanQuyen phanQuyen)
 {
     return(phanQuyenDAO.DeleteAll(phanQuyen));
 }