public Auto(string kenteken, Brandstofsoort soortbrandstof, int kmstand) { KmStand = kmstand; Kenteken = kenteken; Brandstof = soortbrandstof; }
public Auto(string kenteken, Brandstofsoort soortbrandstof) { KmStand = 0; Kenteken = kenteken; Brandstof = soortbrandstof; }