Beispiel #1
0
 public PjesmaNaAlbumu(int RedniBrojPjesme, string naziv, long trajanje, Izvodac izvodac)
 {
     this.RedniBrojPjesme = RedniBrojPjesme;
     this.naziv           = naziv;
     this.trajanje        = trajanje;
     this.izvodac         = izvodac;
 }
 public GlazbeniAlbum(string naziv, Izvodac izvodac, Zanr zanr)
 {
     this.naziv   = naziv;
     this.izvodac = izvodac;
     this.zanr    = zanr;
 }