Пример #1
0
 public Institution(string id)
 {
     this.id   = id;
     this.logo = new GBFichier();
 }