Пример #1
0
 public async Task <IEnumerable <Stock> > GetStocks()
 {
     return(await _stocksRepository.GetStocks().ConfigureAwait(false));
 }