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