Beispiel #1
0
 public async Task <IActionResult> PutEvent(int id, [FromBody] CEvent model)
 {
     return(Json(await reo.PutEvent(id, model)));
 }