Example #1
0
        public void Commit()
        {
            logger.StartMethod(MethodBase.GetCurrentMethod().Name);

            dbUtil.Commit();
            dbUtil.BeginTransaction();
        }