11 lines
195 B
C#
Raw Normal View History

2024-09-30 17:53:14 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace JiShe.CollectBus.Protocol.Contracts.DependencyInjection
{
public interface ITransientDependency
{
}
}