コード例 #1
0
ファイル: SignUpController.cs プロジェクト: heavenlw/Ebank
 public IHttpActionResult GetQuestion()
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
         //return mysqlhelper.GetQuestionList();
         return Ok(mysqlhelper.GetQuestionList());
 }