|
@ -9,5 +9,12 @@ namespace CoviDok.Api.Request |
|
|
{ |
|
|
{ |
|
|
public string Email { get; set; } |
|
|
public string Email { get; set; } |
|
|
public string Password { get; set; } |
|
|
public string Password { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public AuthLogin(string Email, string Password) |
|
|
|
|
|
{ |
|
|
|
|
|
this.Email = Email; |
|
|
|
|
|
this.Password = Password; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|