From a89869ac797829c6e983c1fb6394db7d636bd695 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 15 Jan 2025 14:04:25 +0800 Subject: [PATCH] Update demo --- Src/Asp.NetCore2/SqlSeverTest/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Src/Asp.NetCore2/SqlSeverTest/Program.cs b/Src/Asp.NetCore2/SqlSeverTest/Program.cs index 1c961e18b..4c56d56e2 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/Program.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/Program.cs @@ -7,8 +7,7 @@ namespace OrmTest public class Program { static void Main(string[] args) - { - Cases.Init(); + { //Each example will automatically create a table and can run independently. //每个例子都会自动建表 并且可以独立运行 _1_CodeFirst.Init();