Beispiel #1
0
 public IActionResult Post([FromBody] Event CalendarEvent)
 {
     return(Ok(_calendarRepository.CreateEvent(CalendarEvent)));
 }