2024-08-21 16:50:14 +08:00

7 lines
140 B
C#

namespace Yunda.ISAS.DataMonitoringServer.WebApi.Controllers
{
public interface IHomeController
{
string Index();
}
}