Пример #1
0
 public List <Log> GetAllBySeverity(string severity)
 {
     return(_logsService.GetAllBySeverity(severity).ToList());
 }