7 lines
140 B
C#
Raw Normal View History

2024-08-21 16:50:14 +08:00
namespace Yunda.ISAS.DataMonitoringServer.WebApi.Controllers
{
public interface IHomeController
{
string Index();
}
}