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

17 lines
236 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 DemoB_Aop
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
}
}