public Auto(string rendszam, string marka, string tipus, int forgalmbahelyezesEve, int loero, int suly, Tulaj tulajdonos) { this.rendszam = rendszam; this.marka = marka; this.tipus = tipus; this.forgalmbahelyezesEve = forgalmbahelyezesEve; this.loero = loero; this.suly = suly; this.tulajdonos = tulajdonos; }
public void TulajdonosValtas(Tulaj ujtulajdonos) { this.tulajdonos = ujtulajdonos; }