public virtual void TargetCommit()
 {
     _targetDb.Commit();
 }
Example #2
0
 public override void Commit()
 {
     _mappingDb.Commit();
 }