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