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