public OrderBusinessContext() { orderDataBaseContext = new OrderDatabaseContext(); addressDatabaseContext = new AddressDatabaseContext(); cartDataBaseContext = new CartDatabaseContext(); productDatabaseContext = new ProductDatabaseContext(); }
public AddressBusinessContext() { addressDatabaseContext = new AddressDatabaseContext(); }