2024-08-16 18:02:59 +08:00

7 lines
91 B
C#

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