Exemplo n.º 1
0
 /**
  *
  */
 public void XoaDocGia(string maDocGia)
 {
     try
     {
         docGiaDAO.XoaDocGia(maDocGia);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemplo n.º 2
0
 public static int XoaDocGia(string SoThe)
 {
     return(DocGiaDAO.XoaDocGia(SoThe));
 }