Esempio n. 1
0
 public IActionResult List([FromBody] Auditorium auditorium)
 {
     return(Json(db.GetAuditorium(auditorium.Id)));
 }