mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
4e29bd2caf
commit
a75836d2d9
@ -6,9 +6,13 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
class Program
|
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)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
//OldTestMain.Init();
|
|
||||||
|
|
||||||
//Demo
|
//Demo
|
||||||
Demo0_SqlSugarClient.Init();
|
Demo0_SqlSugarClient.Init();
|
||||||
|
Loading…
Reference in New Issue
Block a user