17 lines
339 B
C#
17 lines
339 B
C#
using SqlSugar;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace VolPro.Core.EFDbContext
|
|
{
|
|
public abstract class DbContext//: SqlSugarProvider
|
|
{
|
|
//public DbContext(ConnectionConfig connection):base(connection)
|
|
//{
|
|
//}
|
|
}
|
|
}
|