示例#1
0
 public ActionResult <Place> Post([FromBody] PlaceAndAddress place)
 {
     return(Ok(_placeService.CreatePlaceAndAddress(place)));
 }