温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:MyShop网络商城源码(mvc开发)
当前文件路径:MyShop/BLL/DeliverType.cs

1using System; 2
using System.Collections.Generic; 3
4
using System.Data; 5
6
7
using MyShop.DALFactory; 8
using MyShop.IDAL; 9
using MyShop.Model; 10
namespace MyShop.BLL 11
{ 12
public class DeliverType 13
{ 14
private IDeliverType dal = DataAccess.CreateDeliverType(); 15
16
public DeliverType() { } 17
18
19
20
IDeliverType member 81
82
common 156
157
后台管理 209
210
} 211
} 212





}
}