Exemplo n.º 1
0
 public Boolean Eliminar_Log(ref string mensajeErrorOut)
 {
     try
     {
         return(oData.Eliminar_Log(ref mensajeErrorOut));
     }
     catch (Exception ex)
     {
         return(false);
     }
 }