示例#1
0
        public int InsertarSistBloqueados(dcInsertarSistBloqueados dtsDatosSistBloq)
        {
            this.SeguridadCP.AplicarSeguridadCP();
            int intRetorno = obj.InsertarSistBloqueados(dtsDatosSistBloq);

            this.SeguridadCP.UndoAplicarSeguridadCP();
            return(intRetorno);
        }
 public int InsertarSistBloqueados(dcInsertarSistBloqueados datos)
 {
     try
     {
         RNwsSeguridad rnReglaSNegocio = new RNwsSeguridad();
         return(rnReglaSNegocio.InsertarSistBloqueados(datos));
     }
     catch (Exception ex)
     {
         COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
         throw ex;
     }
 }