Ejemplo n.º 1
0
 public Voznja(DateTime datum, Lokacija lokacija, Enumi.TipAuta tipAuta, Musterija musterija)
 {
     this.datum     = datum;
     this.lokacija  = lokacija;
     this.tipAuta   = tipAuta;
     this.musterija = musterija;
 }
Ejemplo n.º 2
0
 public Auto(object p, string v1, string v2, string v3, Enumi.TipAuta tipAuta)
 {
     this.p       = p;
     this.v1      = v1;
     this.v2      = v2;
     this.v3      = v3;
     this.tipAuta = tipAuta;
 }
Ejemplo n.º 3
0
 public Auto(Vozac vozac, string godisteAutomobila, string registracija, string brojTaksija, Enumi.TipAuta tipAutomobila)
 {
     this.vozac           = vozac;
     this.godisteAuta     = godisteAuta;
     this.registracija    = registracija;
     this.registarskiBroj = registarskiBroj;
     this.tipAuta         = tipAuta;
 }