예제 #1
0
        public new string CreateTable()
        {
            DBExtend     helper = dbHelper;
            ITransaction obj1   = new ITransaction();
            //IAccountRecord obj2 = new IAccountRecord();
            string msg = obj1.CreateTable(helper);
            //msg += obj2.CreateTable(helper);
            ILockRecord rec = new ILockRecord();

            msg += rec.CreateTable(helper);
            return(msg);
        }