Files
SqlSugar/Src/Asp.Net/SqlServerTest/Demo/Demo7_Ado.cs

17 lines
237 B
C#
Raw Normal View History

2019-06-02 15:31:27 +08:00
using System;
2017-04-30 17:26:45 +08:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2019-06-02 15:31:27 +08:00
namespace OrmTest
2017-04-30 17:26:45 +08:00
{
2019-06-02 15:31:27 +08:00
public class Demo7_Ado
2017-04-30 17:26:45 +08:00
{
2019-06-02 15:31:27 +08:00
public static void Init()
{
}
2017-04-30 17:26:45 +08:00
}
}