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