SqlSugar/Src/Asp.Net/SqlServerTest/Demos/K_MultiClient.cs

12 lines
152 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;
namespace OrmTest.Demos
{
class MultiClient
{
}
}