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

17 lines
218 B
C#
Raw Normal View History

2019-05-06 12:41:48 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest.Demo
{
2019-05-06 21:38:27 +08:00
public class Demo1_Queryable
2019-05-06 12:41:48 +08:00
{
2019-05-06 16:53:14 +08:00
public static void Init()
{
}
2019-05-06 12:41:48 +08:00
}
}