예제 #1
0
 /// <summary>
 /// Saves all pending changes
 /// </summary>
 /// <returns>The number of objects in an Added, Modified, or Deleted state</returns>
 public int Commit()
 {
     // Save changes with the default options
     return(_dbContext.SaveChanges());
 }