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