Пример #1
0
 public IHttpActionResult Post(SeatDto seatDto)
 {
     _service.Post(seatDto);
     return(Ok());
 }