From c53c0104107e0a5b609ae1ef62e597c32c44a20e Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 6 Nov 2023 22:14:52 +0800 Subject: [PATCH] Modify remarks --- Src/Asp.Net/MySqlTest/Program.cs | 2 +- Src/Asp.Net/PgSqlTest/Program.cs | 2 +- Src/Asp.Net/SqlServerTest/Program.cs | 2 +- Src/Asp.Net/SqliteTest/Program.cs | 2 +- Src/Asp.NetCore2/MySqlTest/Program.cs | 2 +- Src/Asp.NetCore2/PgSqlTest/Program.cs | 2 +- Src/Asp.NetCore2/SqlSeverTest/Program.cs | 2 +- Src/Asp.NetCore2/SqliteTest/Program.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Src/Asp.Net/MySqlTest/Program.cs b/Src/Asp.Net/MySqlTest/Program.cs index 5f73fd042..4d53b2c57 100644 --- a/Src/Asp.Net/MySqlTest/Program.cs +++ b/Src/Asp.Net/MySqlTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.Net/PgSqlTest/Program.cs b/Src/Asp.Net/PgSqlTest/Program.cs index 25507f7d9..4076637b2 100644 --- a/Src/Asp.Net/PgSqlTest/Program.cs +++ b/Src/Asp.Net/PgSqlTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.Net/SqlServerTest/Program.cs b/Src/Asp.Net/SqlServerTest/Program.cs index e43afe7db..5714e42fd 100644 --- a/Src/Asp.Net/SqlServerTest/Program.cs +++ b/Src/Asp.Net/SqlServerTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.Net/SqliteTest/Program.cs b/Src/Asp.Net/SqliteTest/Program.cs index a8c2fed49..3c03566e2 100644 --- a/Src/Asp.Net/SqliteTest/Program.cs +++ b/Src/Asp.Net/SqliteTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.NetCore2/MySqlTest/Program.cs b/Src/Asp.NetCore2/MySqlTest/Program.cs index 5f73fd042..4d53b2c57 100644 --- a/Src/Asp.NetCore2/MySqlTest/Program.cs +++ b/Src/Asp.NetCore2/MySqlTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.NetCore2/PgSqlTest/Program.cs b/Src/Asp.NetCore2/PgSqlTest/Program.cs index 25507f7d9..4076637b2 100644 --- a/Src/Asp.NetCore2/PgSqlTest/Program.cs +++ b/Src/Asp.NetCore2/PgSqlTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); diff --git a/Src/Asp.NetCore2/SqlSeverTest/Program.cs b/Src/Asp.NetCore2/SqlSeverTest/Program.cs index 07496e418..27892d6fd 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/Program.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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(); _2_DbFirst.Init(); diff --git a/Src/Asp.NetCore2/SqliteTest/Program.cs b/Src/Asp.NetCore2/SqliteTest/Program.cs index c0303ccdb..0a4751973 100644 --- a/Src/Asp.NetCore2/SqliteTest/Program.cs +++ b/Src/Asp.NetCore2/SqliteTest/Program.cs @@ -8,7 +8,7 @@ namespace OrmTest { static void Main(string[] args) { - //The statement translates to: "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();