Class LoginRequestDto
- Namespace
- KadicAuth.Application.Auth.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record LoginRequestDto
- Inheritance
-
objectLoginRequestDto
Constructors
LoginRequestDto(string, string)
public LoginRequestDto(string Email, string Password)
Parameters
EmailstringPasswordstring
Properties
public string Email { get; init; }
Property Value
- string
Password
public string Password { get; init; }
Property Value
- string