示例#1
0
        public dcRetornarLogAuditoria RetornarLogAuditoria(dcRetornarLogAuditoriaIN datos)
        {
            this.SeguridadCP.AplicarSeguridadCP();
            dcRetornarLogAuditoria objRetorno = obj.RetornarLogAuditoria(datos);

            this.SeguridadCP.UndoAplicarSeguridadCP();
            return(objRetorno);
        }
 public dcRetornarLogAuditoria RetornarLogAuditoria(dcRetornarLogAuditoriaIN datos)
 {
     try
     {
         RNwsSeguridad rnReglaSNegocio = new RNwsSeguridad();
         return(rnReglaSNegocio.RetornarLogAuditoria(datos));
     }
     catch (Exception ex)
     {
         COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
         throw ex;
     }
 }
示例#3
0
 public COA.WebCipol.Entidades.ClasesWs.dcRetornarLogAuditoria.dcRetornarLogAuditoria RetornarLogAuditoria(dcRetornarLogAuditoriaIN datos)
 {
     this.SeguridadCP.AplicarSeguridadCP();
     COA.WebCipol.Entidades.ClasesWs.dcRetornarLogAuditoria.dcRetornarLogAuditoria lstRetorno = obj.RetornarLogAuditoria(datos);
     this.SeguridadCP.UndoAplicarSeguridadCP();
     return(lstRetorno);
 }