mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-22 03:19:54 +08:00
20 lines
291 B
C#
20 lines
291 B
C#
|
|
using System;
|
|
|
|
namespace OrmTest
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
//Demo
|
|
Demo0_SqlSugarClient.Init();
|
|
|
|
Console.WriteLine("all successfully.");
|
|
Console.ReadKey();
|
|
}
|
|
|
|
|
|
}
|
|
}
|