using System; using System.Collections.Generic; using System.Text; namespace JiShe.CollectBus.Protocol.Contracts.DependencyInjection { public interface ISingletonDependency { } }