示例#1
0
 public void TearDown()
 {
     dataContext.Transaction.Rollback();
     dataContext.Connection.Close();
     rep.Dispose();
 }