Example #1
0
        public string RetornaStringSQL(dcRetornaStringSQL dtsFiltros)
        {
            this.SeguridadCP.AplicarSeguridadCP();
            string strRetorno = obj.RetornaStringSQL(dtsFiltros);

            this.SeguridadCP.UndoAplicarSeguridadCP();
            return(strRetorno);
        }
 public string RetornaStringSQL(dcRetornaStringSQL datos)
 {
     try
     {
         RNwsSeguridad rnReglaSNegocio = new RNwsSeguridad();
         return(rnReglaSNegocio.RetornaStringSQL(datos));
     }
     catch (Exception ex)
     {
         COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
         throw ex;
     }
 }