7 lines
91 B
C#
Raw Normal View History

2024-09-23 09:14:22 +08:00
namespace DOAN.Common.DynamicApiSimple
{
public interface IDynamicApi
{
}
}