importing sales started

This commit is contained in:
Martin Brodbeck 2018-08-02 15:28:35 +02:00
parent c82378dfa9
commit 0a91de4d86
5 changed files with 54 additions and 2 deletions

View file

@ -11,6 +11,7 @@ class JsonUtil
static void exportSellers(const std::string& filename, Marketplace* market);
static void importSellers(const std::string& filename, Marketplace* market);
static void exportSales(const std::string& filename, Marketplace* market, int cashPointNo);
static void importSales(const std::string& filename, Marketplace* market, int cashPointNo);
};
#endif