mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-03 13:44:31 -04:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace API.DTOs
|
|
{
|
|
public class LoginDto
|
|
{
|
|
public string Username { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |