Update GBase Demo

This commit is contained in:
sunkaixuan
2022-08-28 15:55:33 +08:00
parent d542a4b611
commit 5b79f9badb
3 changed files with 8 additions and 6 deletions

View File

@@ -12,6 +12,8 @@ namespace GbaseTest
Demo3_Insertable.Init();
Demo4_Deleteable.Init();
Demo2_Updateable.Init();
Demo7_Ado.Init();
DemoE_CodeFirst.Init();
Console.WriteLine("Hello World!");
}
}