Beispiel #1
0
 public IActionResult ListAll()
 {
     return(Json(db.GetSeatList()));
 }