Now we can decide to make only-delete-changes in the db
This commit is contained in:
parent
de95d5f341
commit
33f24ab7be
5 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ class Marketplace
|
|||
{
|
||||
public:
|
||||
Marketplace();
|
||||
void storeToDb();
|
||||
void storeToDb(bool onlyDelete = false);
|
||||
void loadFromDb();
|
||||
std::vector<std::unique_ptr<Seller>>& getSellers();
|
||||
int getNextSellerNo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue