示例#1
0
 public IActionResult ListAll()
 {
     return(Json(db.GetScreeningList()));
 }