Exemplo n.º 1
0
 public void Dispose()
 {
     _connection.Close();
     // _dbContext = null;
     _dbContext.Dispose();
     // ... clean up test data from the database ...
 }