mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
23 lines
389 B
C#
23 lines
389 B
C#
using OrmTest.PerformanceTesting;
|
|
using OrmTest.UnitTest;
|
|
using System;
|
|
|
|
namespace OrmTest
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
//OldTestMain.Init();
|
|
|
|
Demo1_SqlSugarClient.Init();
|
|
Democ_GobalFilter.Init();
|
|
|
|
Console.WriteLine("all successfully.");
|
|
Console.ReadKey();
|
|
}
|
|
|
|
|
|
}
|
|
}
|