Example #1
0
 public override void DropDatabase(String dbName)
 {
     baseDB.DropDatabase(dbName);
 }