Esempio n. 1
0
 public Tuple(string name, Association association)
 {
     this.name        = name;
     this.association = association;
 }