more on sellerdialog
This commit is contained in:
parent
31d46866f2
commit
207edb27ba
13 changed files with 168 additions and 17 deletions
|
@ -10,8 +10,11 @@
|
|||
class Marketplace
|
||||
{
|
||||
public:
|
||||
Marketplace();
|
||||
void storeToDb();
|
||||
void loadFromDb();
|
||||
std::vector<std::shared_ptr<Seller>>& getSellers();
|
||||
|
||||
private:
|
||||
std::vector<std::shared_ptr<Seller>> sellers_;
|
||||
std::vector<std::shared_ptr<Sale>> sales_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue