Files
HTCloud/HT.Cloud.Service/Infrastructure/IDenpendency.cs

5 lines
69 B
C#
Raw Normal View History

2023-03-03 16:07:50 +08:00
namespace HT.Cloud.Service
{
public interface IDenpendency
{ }
}