您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->MyShop网络商城源码(mvc开发)>>BLL/ProductKinds.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:MyShop网络商城源码(mvc开发)


当前文件路径:MyShop/BLL/ProductKinds.cs 文件类型
普通视图
		            
1using System.Data; 2 3 4using MyShop.DALFactory; 5using MyShop.IDAL; 6using MyShop.Model; 7 8namespace MyShop.BLL 9{ 10 public class ProductKinds 11 { 12 private IProductKinds dal = DataAccess.CreateProductKinds(); 13 private int _id; 14 public ProductKinds() 15 { 16 } 17 18 public ProductKinds(int id) 19 { 20 this._id = id; 21 22 } 23 24 ICategory member 99 100 common 162 163 以下过程要用ProductKinds product = new ProductKinds(id)实例化后才能进行调用 208 209 后台管理 234 235 236 } 237} 238
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:MyShop网络商城源码(mvc开发)

- 唐唐企业管理网站源码

- 简历管理系统源码

- 云南旅游网全站源码

- 山建大校内购物网V1.1源码

- DotNetNuke04.08.03免安装版..

- Asp.net煤炭销售管理系统源码

- 面向对象实例之数据操作项目源码

- 建筑监理门户网站全站源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号