Example #1
0
 public ProductBusiness()
 {
     _storeDbContext = StoreDbContextFactory.Create();
 }
Example #2
0
 public OrderBusiness()
 {
     _storeDbContext = StoreDbContextFactory.Create();
 }