2024-10-25 19:11:43 +08:00

7 lines
127 B
C#

namespace JiShe.CollectBus.Common.Extensions.DependencyInjections
{
public interface ITransientDependency
{
}
}