摘要:
1 public ActionResult Form(int? id) 2 { 3 QueryType(); 4 EntryModel model = new EntryModel(); 5 if (id != null) 6 { 7 model = business.Get(id.Value); 8 } 9 return View(model);10 }11 12 ... 阅读全文
posted @ 2013-08-09 09:12 !sylar 阅读(226) 评论(0) 推荐(0)
浙公网安备 33010602011771号