SqlSugar/Src/Asp.Net/SqlServerTest/Demo/DemoG_SimpleClient.cs

17 lines
245 B
C#
Raw Normal View History

2019-05-05 12:44:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
2019-06-02 15:31:27 +08:00
using System.Threading.Tasks;
2019-05-05 12:44:43 +08:00
2019-06-02 15:31:27 +08:00
namespace OrmTest
2019-05-05 12:44:43 +08:00
{
2019-06-02 15:31:27 +08:00
public class DemoG_SimpleClient
2019-05-05 12:44:43 +08:00
{
2019-06-02 15:31:27 +08:00
public static void Init()
{
}
2019-05-05 12:44:43 +08:00
}
}