Пример #1
0
 // ====================================================================
 // begin tran, commit and rollback only applies to write Data Store
 // not a big fan of leaving this here, but couldn't figure out to
 // get the unit work pattern integrated properly without crossing boundaries/concerns
 // ====================================================================
 public void BeginTransaction()
 {
     _writeRepo.BeginTransaction();
 }