Ejemplo n.º 1
0
 public void Xoa(int ma)
 {
     NhomNhaCungCapDAO itemDAO = new NhomNhaCungCapDAO();
     itemDAO.Xoa(ma);
 }