namespace Znyc.Recruitment.Admin.Commons.DependencyInjection { /// /// 作用域服务注册依赖 /// public interface IScopedDependency : IPrivateDependency { } }