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