Beispiel #1
0
 public ReptileFamilyBuilder WithMother(Reptile mother)
 {
     this.mother = mother;
     return(this);
 }
Beispiel #2
0
 public ReptileFamilyBuilder WithFather(Reptile father)
 {
     this.father = father;
     return(this);
 }