3人对饮

导航

 

2013年5月25日

摘要: 1: public static class PagingHelpers 2: { 3: public static MvcHtmlString PageLinks(this HtmlHelper html, 4: PagingInfo pagingInfo, Func<int, string> pageUrl) 5: ... 阅读全文
posted @ 2013-05-25 08:35 3人对饮 阅读(232) 评论(0) 推荐(0) 编辑
 
摘要: 1: public class NavController : Controller 2: { 3: private IProductRepository repository; 4: public NavController(IProductRepository repo) 5: { 6: ... 阅读全文
posted @ 2013-05-25 07:21 3人对饮 阅读(200) 评论(0) 推荐(0) 编辑