7.使用ADO.NET实现(工厂模式-实现多数据库切换)(2)7.3 数据访问层工厂HomeShop.DALFactory 1 using System;2 using System.Collections.Generic;3 using System.Linq;4 using System.Text;5/新添命名空间 6 using System.Reflection;7 ...
7.使用ADO.NET实现(工厂模式-实现多数据库切换)(4)7.7 业务逻辑层HomeShop.BLL OrderBiz.cs View Code 1 using System;2 using System.Collections.Generic;3 using System.Linq;4 using System.Text;5/新添命名空间 6 using HomeShop....