摘要:
表现层:PetShop.Web.CategoryDataProxypublic static CategoryInfo GetCategory(string categoryId) { Category category = new Category(); if (!enableCaching)//页面层判断缓存逻辑 return category.GetCategory(categoryId);... 阅读全文
posted @ 2009-12-19 09:36
Silver.Lee
阅读(379)
评论(0)
推荐(0)
浙公网安备 33010602011771号