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