multi-check system
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
std::string get_date();
|
||||
OperationType get_operationType();
|
||||
double get_total();
|
||||
|
||||
bool operator==(Check &);
|
||||
bool operator==(const Check &);
|
||||
};
|
||||
|
||||
#endif // CHECK_H
|
||||
|
||||
Reference in New Issue
Block a user