Example #1
0
        public Int32 AltaDeAreas(dcAltaDeAreas dtsDatos)
        {
            this.SeguridadCP.AplicarSeguridadCP();
            int intRetorno = obj.AltaDeAreas(dtsDatos);

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