示例#1
0
 public JsonResult List()
 {
     return(Json(prodDB.ListAll(), JsonRequestBehavior.AllowGet));
 }