4 lines
87 B
C#
4 lines
87 B
C#
public interface IAuthService
|
|
{
|
|
Task<LoginResponse> LoginAsync(LoginRequest req);
|
|
} |