mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
4e29bd2caf
commit
a75836d2d9
@ -6,10 +6,14 @@ namespace OrmTest
|
||||
{
|
||||
class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// Set up config.cs file and start directly F5
|
||||
/// 设置Config.cs文件直接F5启动例子
|
||||
/// </summary>
|
||||
/// <param name="args"></param>
|
||||
static void Main(string[] args)
|
||||
{
|
||||
//OldTestMain.Init();
|
||||
|
||||
|
||||
//Demo
|
||||
Demo0_SqlSugarClient.Init();
|
||||
Demo1_Queryable.Init();
|
||||
|
Loading…
Reference in New Issue
Block a user