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