Initial_commit_SecMPS_v2
This commit is contained in:
19
api_sqlsugar/VolPro.Core/EFDbContext/SysDbContext.cs
Normal file
19
api_sqlsugar/VolPro.Core/EFDbContext/SysDbContext.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Core.DBManager;
|
||||
using VolPro.Entity.SystemModels;
|
||||
using System.Reflection.Emit;
|
||||
using VolPro.Core.DbSqlSugar;
|
||||
|
||||
namespace VolPro.Core.EFDbContext
|
||||
{
|
||||
public class SysDbContext : BaseDbContext, IDependency
|
||||
{
|
||||
public SysDbContext() : base() {
|
||||
base.SqlSugarClient = DbManger.SysDbContext;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user