mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
9
Infrastructure/Extensions/AutofacManager/IDependency.cs
Normal file
9
Infrastructure/Extensions/AutofacManager/IDependency.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Infrastructure.Extensions.AutofacManager
|
||||
{
|
||||
/// <summary>
|
||||
/// 所有AutoFac注入的基类
|
||||
/// </summary>
|
||||
public interface IDependency
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user