starting work on export module, added check trimming
This commit is contained in:
@@ -11,6 +11,8 @@ public:
|
||||
void add_goods(Goods);
|
||||
|
||||
double calculae_total_price();
|
||||
|
||||
std::vector<Goods>& get_goods();
|
||||
};
|
||||
|
||||
#endif // CHECK_H
|
||||
|
||||
Reference in New Issue
Block a user