using SPMS.Application.DTOs.Auth; namespace SPMS.Application.Interfaces; public interface IAuthService { Task LoginAsync(LoginRequestDto request); }