Beispiel #1
0
 public async Task <int> GetIntValueAsync()
 {
     if (_logger.IsDebugEnabled)
     {
         _logger.Debug("Calling TopFive get int from service");
     }
     return(await _topFiveRepository.GetIntValueAsync());
 }