Update demo

This commit is contained in:
sunkaixuan 2025-01-15 14:04:25 +08:00
parent 0d382b529f
commit a89869ac79

View File

@ -7,8 +7,7 @@ namespace OrmTest
public class Program public class Program
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Cases.Init();
//Each example will automatically create a table and can run independently. //Each example will automatically create a table and can run independently.
//每个例子都会自动建表 并且可以独立运行 //每个例子都会自动建表 并且可以独立运行
_1_CodeFirst.Init(); _1_CodeFirst.Init();