Exemplo n.º 1
0
 public Person(IPersonFactory IPF)
 {
     this.IPF = IPF;
     Arm = IPF.CreateArm();
 }