Exemple #1
0
 public bool CreateNoFrecuente(EntidadBase entidad)
 {
     try
     {
         SqlDao.ExecuteQueryProcedureBoolean(_mapper.GetCreateStatementNoFrecuente(entidad));
         return(true);
     }
     catch (Exception ex)
     {
         AdministrarExcepcion(ex);
         throw ex;
     }
 }