Пример #1
0
 public IActionResult StaticJobCall()
 {
     BackgroundJob.Enqueue(() => StaticService.Count());
     return(Ok());
 }