Esempio n. 1
0
 public IActionResult ListAll()
 {
     return(Json(db.GetScreeningList()));
 }