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

9 lines
125 B
C#
Raw Normal View History

2024-08-08 22:23:36 +08:00
using Bunny.Dao.Dto.User;
using Bunny.Dao.Vo.User;
namespace Bunny.Service.IService;
public interface ILoginService
{
}