8 lines
No EOL
153 B
C#
8 lines
No EOL
153 B
C#
namespace API.DTOs
|
|
{
|
|
public class LoginDto
|
|
{
|
|
public string Username { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |