Example #1
0
 /// <summary>
 /// 事务回滚
 /// </summary>
 public void Rollback()
 {
     DbHelper.TransRollback();
 }