Exemple #1
0
 public Task Do()
 {
     _logger.LogInformation("got {number}", _serviceA.Get());
     return(Task.CompletedTask);
 }