Exemple #1
0
 public IActionResult UpdateLogging()
 {
     Task.Run(() => _businessLogicService.DoSomeLogic());
     return(NoContent());
 }