Beispiel #1
0
 public JsonResult Get(int id)
 {
     return(Json(fS.getFaculty(id)));
 }