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


当前文件路径:MyShop/BLL/DeliverItem.cs 文件类型
普通视图
		            
1using System; 2using System.Collections.Generic; 3 4using System.Data; 5 6 7using MyShop.DALFactory; 8using MyShop.IDAL; 9using MyShop.Model; 10namespace MyShop.BLL 11{ 12 public class DeliverItem 13 { 14 15 private IDeliverItem dal = DataAccess.CreateDeliverItem(); 16 private ConfigInfo configInfo = new ConfigInfo(); 17 private string tableName = "Ljh_DeliverItem"; 18 public DeliverItem() 19 { 20 Config config = new Config(); 21 configInfo = config.GetModel(); 22 23 if (!string.IsNullOrEmpty(configInfo.TablePrefix.Trim())) 24 tableName = configInfo.TablePrefix + "DeliverItem"; 25 } 26 27 IDeliverItem 91 92 common 146 147 后台管理 180 181 182 } 183} 184
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:MyShop网络商城源码(mvc开发)

- 浩渺留言板源码

- Atlas的第一个源码之HelloWorld

- 小孔子内容管理系统V2.1源码

- CK精美留言本源码(C#+Access)

- 翼希简单入门留言本源码

- 个人图书管理系统源码

- x3blog1.0.0多用户Beta2版源码

- 太糊留言板(VS2008+SQL2005)

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