Example #1
0
 public void NewChild(Couple couple)
 {
     Person child = couple.MakeAChild();
 }
Example #2
0
 public void NewChild(Couple couple)
 {
     Person child = couple.MakeAChild();
 }