Beispiel #1
0
 internal DatabaseIfc() : base()
 {
     mFactory = new FactoryIfc(this);
 }
Beispiel #2
0
 public DatabaseIfc() : base()
 {
     mFactory = new FactoryIfc(this);
 }