Example #1
0
 public List <EventFilterDTO> Agrupar(string environment, string orderBy)
 {
     try
     {
         return(_eventlogRepository.GroupEvents(environment, orderBy));
     }
     catch (Exception e)
     {
         throw e;
     }
 }