mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-12 00:28:05 +08:00
10 lines
177 B
C#
10 lines
177 B
C#
![]() |
namespace Infrastructure.Extensions.AutofacManager
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 所有AutoFac注入的基类
|
|||
|
/// </summary>
|
|||
|
public interface IDependency
|
|||
|
{
|
|||
|
}
|
|||
|
}
|