Пример #1
0
 public async Task <int> GetCount()
 {
     _logger.LogInformation("-> requested GET /count");
     return(await _repo.GetCount());
 }