Exemplo n.º 1
0
 internal DatabaseIfc() : base()
 {
     mFactory = new FactoryIfc(this);
 }
Exemplo n.º 2
0
 public DatabaseIfc() : base()
 {
     mFactory = new FactoryIfc(this);
 }