Ejemplo n.º 1
0
 public dcRecuperarDatosParaABMGrupos RecuperarDatosParaABMGrupos()
 {
     try
     {
         RNwsSeguridad rnReglaSNegocio = new RNwsSeguridad();
         return(rnReglaSNegocio.RecuperarDatosParaABMGrupos());
     }
     catch (Exception ex)
     {
         COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
         throw ex;
     }
 }