Exemplo n.º 1
0
 public Client(FactoryBase factory)
 {
     _element = factory.CreateElement();
 }