SqlSugar/Src/Asp.Net/SqlServerTest/Demo/DemoG_SimpleClient.cs
2019-06-02 15:31:27 +08:00

17 lines
245 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class DemoG_SimpleClient
{
public static void Init()
{
}
}
}