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