Esempio n. 1
0
 public List <Prioridad> ObtenerPrioridad(bool insertarSeleccion)
 {
     try
     {
         using (BusinessImpactoUrgencia negocio = new BusinessImpactoUrgencia())
         {
             return(negocio.ObtenerPrioridad(insertarSeleccion));
         }
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }