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