Exemplo n.º 1
0
 public async Task <IActionResult> GetByProductIdAll([FromRoute] Int64 productId)
 {
     return(Ok(await _OffersService.GetOffersByProductIdAsync(productId)));
 }