Exemplo n.º 1
0
 public Abstraction(Implementor implementor)
 {
     this.implementor = implementor;
 }
Exemplo n.º 2
0
 public RefineAbstraction(Implementor implementor) : base(implementor)
 {
 }