9 lines
125 B
C#
9 lines
125 B
C#
|
using Bunny.Dao.Dto.User;
|
|||
|
using Bunny.Dao.Vo.User;
|
|||
|
|
|||
|
namespace Bunny.Service.IService;
|
|||
|
|
|||
|
public interface ILoginService
|
|||
|
{
|
|||
|
|
|||
|
}
|