コード例 #1
0
 public JsonResult Index(string bb)
 {
     MallApi.Test(bb);
     return(Json(new { }, JsonRequestBehavior.AllowGet));
 }