Beispiel #1
0
 /// <summary>
 /// 回滚所有事务
 /// </summary>
 public void Rollback()
 {
     _dbContextMamager.Rollback();
 }