コード例 #1
0
 public JsonResult Liststate()
 {
     return(Json(db.ListCS(), JsonRequestBehavior.AllowGet));
 }