Example #1
0
 public virtual void Commit()
 {
     if (Validate())
     {
         _runner.Commit();
     }
 }