Debugging has perfect functions

This commit is contained in:
sunkaixuan
2019-01-25 21:45:15 +08:00
parent 0d89bf7caf
commit b3f7fc29d1
10 changed files with 69 additions and 12 deletions

View File

@@ -60,7 +60,8 @@ namespace OrmTest
Demo.ExtEntity.Init();
Demo.VersionValidation.Init();
Demo.Delete.Init();
Demo.IInsertOrUpdate.Init();
Demo.InsertOrUpdate.Init();
Demo.Debugger.Init();
}
}
}