예제 #1
0
 public Dispecer(string username, string password, string ime, string prezime, Enumi.Pol pol, string jmbg, string telefon, string email)
 {
     this.username = username;
     this.password = password;
     this.ime      = ime;
     this.prezime  = prezime;
     this.pol      = pol;
     this.jmbg     = jmbg;
     this.telefon  = telefon;
     this.email    = email;
     this.uloga    = Enumi.Uloga.DISPECER;
 }