Files
zsxt_nbzs_h5/Api/Dilon.Application/Service/ITestService.cs
ky_sunl d1c9e5a71e
2021-04-22 13:37:25 +00:00

7 lines
113 B
C#

namespace Dilon.Application
{
public interface ITestService
{
string GetDescription();
}
}