import / export sellers completed
This commit is contained in:
parent
045bc8dd20
commit
61da9adce5
5 changed files with 66 additions and 10 deletions
|
@ -9,6 +9,7 @@ class JsonUtil
|
|||
{
|
||||
public:
|
||||
static void exportSellers(const std::string& filename, Marketplace* market);
|
||||
static void importSellers(const std::string& filename, Marketplace* market);
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue