Esempio n. 1
0
 public Automobil(int id, string v, string g, string r, string bv, Tip_Auta ta)
 {
     Id            = id;
     Vozac         = v;
     Godiste       = g;
     Registracija  = r;
     BrojVozila    = bv;
     TipAutomobila = ta;
 }
Esempio n. 2
0
 public Voznja(int id, DateTime d, Lokacija p, Tip_Auta tip, int musterija, Lokacija lok, int dispecer, int vozac, int iz, Komentar kom, StatusVoznje st)
 {
     Id = id;
     VremePorudzbine = d;
     MestoDolaska    = p;
     TipAuta         = tip;
     Musterija       = musterija;
     Odrediste       = lok;
     Dispecer        = dispecer;
     Vozac           = vozac;
     Iznos           = iz;
     Komentar        = kom;
     Status          = st;
 }