CSharp-Single-EFCore/Bunny.Service/IService/IBaseService.cs

6 lines
95 B
C#

namespace Bunny.Service.IService;
public interface IBaseService
{
string TestIndex();
}