SqlSugar/Src/Asp.Net/SqlServerTest/UnitTest/UAdo.cs

16 lines
238 B
C#
Raw Normal View History

2019-05-19 11:36:49 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public partial class NewUnitTest
{
public static void Ado() {
}
}
}