Exemple #1
0
 public OLA(int id, string code, string naam, int studiepunten, List <Docent> docenten, OPO opo)
 {
     this.id           = id;
     this.naam         = naam;
     this.studiepunten = studiepunten;
     this.code         = code;
     this.Opo          = opo;
     docenten          = new List <Docent>();
 }
Exemple #2
0
 public void AddOpo(OPO opo)
 {
     opos.Add(opo);
 }