public FetchOfferDto Put(int id, [FromBody] Offer offer) { return(offerRepository.UpdateOffer(offer)); }