Esempio n. 1
0
 public IHttpActionResult GetQuestion()
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
         //return mysqlhelper.GetQuestionList();
         return Ok(mysqlhelper.GetQuestionList());
 }