7 lines
91 B
C#
Raw Normal View History

2026-01-10 13:47:54 +08:00
namespace RIZO.Common.DynamicApiSimple
{
public interface IDynamicApi
{
}
}