Ejemplo n.º 1
0
 public dcRecuperarComposicionRol RecuperarComposicionRol(Int32 pIdRol, bool SoloIdTareas)
 {
     try
     {
         RNwsSeguridad rnReglaSNegocio = new RNwsSeguridad();
         return(rnReglaSNegocio.RecuperarComposicionRol(pIdRol, SoloIdTareas));
     }
     catch (Exception ex)
     {
         COA.Logger.Logueador.Loggear(ex, System.Diagnostics.EventLogEntryType.Error);
         throw ex;
     }
 }