Example #1
0
 public override void Commit()
 {
     if (baseDB is SqlBase)
     {
         baseDB.Commit();
     }
 }