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