using System; using System.Collections.Generic; using System.Text; namespace GreenTree.Strohrmann.ERP.Core.DependencyInjection { public interface ISingletonObject { } }