Example #1
0
 public void DropTables()
 {
     _dbOperation.DropTables();
     Thread.Sleep(2000);
 }