Beispiel #1
0
 public UplataUcenika(int id, Uplata uplata, Ucenik ucenik)
 {
     Id     = id;
     Uplata = uplata;
     Ucenik = ucenik;
 }