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