コード例 #1
0
 /// <summary>
 /// 提交并刷新
 /// </summary>
 public virtual void CommitAndRefreshChanges()
 {
     _context.CommitAndRefreshChanges();
 }