コード例 #1
0
 public JsonResult AllList()
 {
     return(Json(bll.GetAllList(), JsonRequestBehavior.AllowGet));
 }