示例#1
0
 public IActionResult List([FromBody] Screening screening)
 {
     return(Json(db.GetScreening(screening.Id)));
 }