예제 #1
0
파일: UnitOfWork.cs 프로젝트: kensen/YFLib
 /// <summary>
 /// 提交事务
 /// </summary>
 public void Commit()
 {
     _db.CommitTransaction();
 }