Пример #1
0
 public async Task <ActionResult <List <Product> > > GetProductsAsync()
 {
     return(await _orderingRepository.GetProductsAsync());
 }