Example #1
0
 /// <summary>
 /// 提交事务
 /// </summary>
 public void Commit()
 {
     _db.CommitTransaction();
 }