Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public void TulajdonosValtas(Tulaj ujtulajdonos)
 {
     this.tulajdonos = ujtulajdonos;
 }