摘要:
假定有这样的案例,电子商务应用程序中检索给定类别中的所有商品。我们很容易给出这样的代码 示例代码 product.cs 1: public class Product 2: { 3: }ProductRepository.cs 1: public IList<Product> GetAllProductIn(int categoryId) ... 阅读全文
posted @ 2012-11-04 18:53
Ian.w
阅读(514)
评论(0)
推荐(0)
浙公网安备 33010602011771号