2024-09-30 17:53:14 +08:00

11 lines
195 B
C#

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