Beispiel #1
0
 /// <summary>
 /// This method will persist all changed domain objects to the database.
 /// </summary>
 public void CommitChanges()
 {
     ctx.CommitChanges();
 }