WIP query functs
This commit is contained in:
@ -19,7 +19,6 @@ Park_time::Park_time(int id_, int customer_id_, int spot_id_, int start_,
|
||||
end = time_point<system_clock>(seconds(start_ + duration_));
|
||||
}
|
||||
|
||||
Park_time::~Park_time() { update_db(); }
|
||||
|
||||
void Park_time::clock_out(int c_id, int s_id) {
|
||||
|
||||
|
Reference in New Issue
Block a user