Пример #1
0
 protected internal bool Anular(CondecoracionesObtenidasBE e_CondecoracionesObtenidas)
 {
     try
     {
         CondecoracionesObtenidasDA o_CondecoracionesObtenidas = new CondecoracionesObtenidasDA(m_BaseDatos);
         int resp = o_CondecoracionesObtenidas.Anular(e_CondecoracionesObtenidas);
         return(resp > 0);
     }
     catch (Exception ex)
     {
         throw new Exception("Clase Business: " + Nombre_Clase + "\r\n" + "Descripción: " + ex.Message);
     }
 }