Exemplo n.º 1
0
 public ProductItemMapMgr(string connectionString)
 {
     this.connectionString = connectionString;
     _channelDao = new BLL.gigade.Dao.ChannelDao(connectionString);
     _ProductItemMapDao = new Dao.ProductItemMapDao(connectionString);
     _mySqlDao = new MySqlDao(connectionString);
     _mapSetDao = new ProductMapSetDao(connectionString);
     _channelorderDao = new ChannelOrderDao(connectionString);
     _pricemasterDao = new PriceMasterDao(connectionString);
 }
Exemplo n.º 2
0
 public ProductMapSetMgr(string connectionString)
 {
     _productMapSetDao = new ProductMapSetDao(connectionString);
 }