Exemple #1
0
 public int SaveChangesEntityBuyoutContext()
 {
     LogChanges(EntityBuyoutContext.ChangeTracker);
     return(EntityBuyoutContext.SaveChanges());
 }
Exemple #2
0
 public int SaveChangesEntityBuyoutEntityContext(SaveOptions saveOptions)
 {
     LogChanges(EntityBuyoutContext.ChangeTracker);
     return(EntityBuyoutContext.SaveChanges(saveOptions));
 }
Exemple #3
0
 public int SaveChangesEntityBuyoutEntityContext(System.Data.Entity.Core.Objects.SaveOptions saveOptions)
 {
     LogChanges(EntityBuyoutContext.ChangeTracker);
     return(EntityBuyoutContext.SaveChanges(saveOptions));
 }