mh_frame_sps/APT.Infrastructure.Core/Structs/IDependInject.cs
2026-04-07 13:47:52 +08:00

11 lines
156 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace APT.Infrastructure.Core
{
public interface IDependInject
{
}
}