Exemple #1
0
 public int SaveChangesEntityOrganisationContext(SaveOptions saveOptions)
 {
     LogChanges(EntityOrganisationContext.ChangeTracker);
     return(EntityOrganisationContext.SaveChanges(saveOptions));
 }
Exemple #2
0
 public int SaveChangesEntityOrganisationContext(System.Data.Entity.Core.Objects.SaveOptions saveOptions)
 {
     LogChanges(EntityOrganisationContext.ChangeTracker);
     return(EntityOrganisationContext.SaveChanges(saveOptions));
 }