Exemplo n.º 1
0
 public UserRegisztracio(int id, string log, string jel, JogosultsagTipus jog, DateTime reg)
 {
     ID = id;
     RegisztracioLogin  = log;
     RegisztracioJelszo = jel;
     Jogosultsag        = jog;
     RegisztraltDatum   = reg;
 }
Exemplo n.º 2
0
 public UserBelepesIdo(int id, string log, string jel, JogosultsagTipus jog, DateTime reg, DateTime be) : base(id, log, jel, jog, reg)
 {
     Belepet = be;
 }
Exemplo n.º 3
0
 public UserAdatok(int id, string log, string jel, JogosultsagTipus jog, DateTime reg, string nev, string email, string tel) : base(id, log, jel, jog, reg)
 {
     Nev     = nev;
     Email   = email;
     Telefon = tel;
 }