Exemplo n.º 1
0
 public LocalDatabaseInterface(DefaultLocalBootable localBootable, string hostString)
     : base(localBootable, localBootable.databaseName, hostString)
 {
     this.localBootable = localBootable;
 }
Exemplo n.º 2
0
 public LocalDatabaseInterface(DefaultLocalBootable localBootable, string hostString)
     : base(localBootable, localBootable.databaseName, hostString)
 {
     this.localBootable = localBootable;
 }