Ejemplo n.º 1
0
 public Team()
 {
     this.Members       = new List <Person>();
     this.AutomaticCode = ValuesHelper.RandomString(10);
 }
Ejemplo n.º 2
0
 public Person()
 {
     this.AutomaticCode = ValuesHelper.RandomString(10);
 }