Exemplo n.º 1
0
 public bool Xoa(PhanQuyen phanQuyen)
 {
     return(phanQuyenDAO.DeleteAll(phanQuyen));
 }