Example #1
0
 public int SaveChangesEntityHumanResourcesContext()
 {
     LogChanges(EntityHumanResourcesContext.ChangeTracker);
     return(EntityHumanResourcesContext.SaveChanges());
 }
Example #2
0
 public int SaveChangesEntityHumanResourcesContext(SaveOptions saveOptions)
 {
     LogChanges(EntityHumanResourcesContext.ChangeTracker);
     return(EntityHumanResourcesContext.SaveChanges(saveOptions));
 }
Example #3
0
 public int SaveChangesEntityHumanResourcesContext(System.Data.Entity.Core.Objects.SaveOptions saveOptions)
 {
     LogChanges(EntityHumanResourcesContext.ChangeTracker);
     return(EntityHumanResourcesContext.SaveChanges(saveOptions));
 }