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