Esempio n. 1
0
 public TeamBuilder()
 {
     this.id = RandomNumber.Get();
 }
Esempio n. 2
0
 public ApplicationBuilder()
 {
     this.id   = RandomNumber.Get();
     this.team = new Team();
 }