2024-12-23 13:16:06 +08:00

7 lines
91 B
C#

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