Exemple #1
0
 public void AddCd(Cd newCd)
 {
     _cds.Add(newCd);
 }
 public void AddCD(Cd cd)
 {
     _cds.Add(cd);
 }