2025-10-21 13:38:23 +08:00

7 lines
91 B
C#

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