namespace APT.Infrastructure.Api { /// /// 依赖注入接口,只有实现该接口才可以被注册到IoC容器中 /// public interface IDependency { } }