fixed issue
This commit is contained in:
@ -2,10 +2,9 @@
|
||||
#include <iostream>
|
||||
|
||||
// moet aangepast worden om een verhicle_type toe te voegen
|
||||
Customer::Customer(int id_, string name_, string card_code_)
|
||||
Customer::Customer(int id_, string name_)
|
||||
: id { id_ }
|
||||
, name { name_ }
|
||||
, card_code { card_code_ }
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user