Beispiel #1
0
 public JsonResult GetQuestion(string id, string boolString)
 {
     return(Json(_questionLogic.GetNextQuestion(id, boolString), JsonRequestBehavior.AllowGet));
 }