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