Пример #1
0
 public TeamBuilder()
 {
     this.id = RandomNumber.Get();
 }
Пример #2
0
 public ApplicationBuilder()
 {
     this.id   = RandomNumber.Get();
     this.team = new Team();
 }