Ejemplo n.º 1
0
 public List <EventFilterDTO> Filtrar(string environment, string orderBy, string searchFor, string field)
 {
     try
     {
         return(_eventlogRepository.GetFilters(environment, orderBy, searchFor, field));
     }
     catch (Exception e)
     {
         throw e;
     }
 }