Пример #1
0
 //[ActionName("Bid")]
 public ActionResult Bid([FromForm] BidRequest bid)
 {
     return(Ok(_biddings.Bid(bid)));
 }