namespace Znyc.Recruitment.Admin.Commons.DependencyInjection { /// /// 暂时服务注册依赖 /// public interface ITransientDependency : IPrivateDependency { } }