示例#1
0
 public void TestCleanup()
 {
     _db.Dispose();
 }
示例#2
0
 public void Dispose()
 {
     _db.Dispose();
 }