mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-19 06:29:33 +08:00
16 lines
280 B
C#
16 lines
280 B
C#
using OrmTest;
|
|
using System;
|
|
|
|
namespace GbaseTest
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Demo0_SqlSugarClient.Init();
|
|
Demo1_Queryable.Init();
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|