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

9 lines
125 B
C#

using Bunny.Dao.Dto.User;
using Bunny.Dao.Vo.User;
namespace Bunny.Service.IService;
public interface ILoginService
{
}