示例#1
0
 /// <summary>
 /// Save pending changes to the database
 /// </summary>
 public void Commit()
 {
     //System.Diagnostics.Debug.WriteLine("Committed");
     DbContext.SaveChanges();
 }