This commit is contained in:
454313500@qq.com
2021-03-21 02:13:08 +08:00
parent 367f8f8830
commit 1ecb92df33
7 changed files with 49 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CC.Yi.Common\CC.Yi.Common.csproj" />
<ProjectReference Include="..\CC.Yi.Model\CC.Yi.Model.csproj" />
</ItemGroup>

View File

@@ -1,10 +1,13 @@
using System;
using Autofac.Extras.DynamicProxy;
using CC.Yi.Common.Castle;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
namespace CC.Yi.IBLL
{
[Intercept(typeof(CustomAutofacAop))]
public interface IBaseBll<T> where T : class, new()
{
#region