Пример #1
0
 public override async Task RunJobAsync()
 {
     _statisticsRepository.CleanupStatistics();
     await LogProgress(50);
     await LogInformation("Removed old statistic results.");
 }