namespace Znyc.Recruitment.Admin.Commons.DependencyInjection { /// /// 单例服务注册依赖 /// public interface ISingletonDependency : IPrivateDependency { } }