Now we can decide to make only-delete-changes in the db

This commit is contained in:
Martin Brodbeck 2018-07-18 14:36:53 +02:00
parent de95d5f341
commit 33f24ab7be
5 changed files with 8 additions and 8 deletions

View file

@ -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();