public ProductBusiness() { _storeDbContext = StoreDbContextFactory.Create(); }
public OrderBusiness() { _storeDbContext = StoreDbContextFactory.Create(); }