2026-01-10 13:47:54 +08:00

7 lines
91 B
C#

namespace RIZO.Common.DynamicApiSimple
{
public interface IDynamicApi
{
}
}