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