public StoreRepository() { context = new FlowersContext(); }
public StoreRepository(FlowersContext context) { this.context = context; }
public CustomerRepository() { context = new FlowersContext(); }
public CustomerRepository(FlowersContext context) { this.context = context; }
public OrderRepository() { this.context = new FlowersContext(); }
public OrderRepository(FlowersContext context) { this.context = context; }