Example #1
0
 public async Task <IEnumerable <ItemCardSizePriceDto> > GetByItemCardId([FromRoute] int itemCardId)
 {
     return(await _itemCardSizePriceQueries.GetItemCardSizePricesAsync(_ajkaShopDbContext, itemCardId, CancellationToken.None).ConfigureAwait(false));
 }