예제 #1
0
 public int Post([FromBody] Event newEvent)
 {
     return(_eventService.CreateEvent(newEvent));
 }