Пример #1
0
 public void TearDown()
 {
     DbUtil.DropDb("Test01");
 }
Пример #2
0
 public void Setup()
 {
     DbUtil.CreateDb("Test01");
 }