|
@ -11,6 +11,7 @@ namespace CoviDok.Api.Request |
|
|
public string LastName { get; set; } |
|
|
public string LastName { get; set; } |
|
|
public string Email { get; set; } |
|
|
public string Email { get; set; } |
|
|
public string Password { get; set; } |
|
|
public string Password { get; set; } |
|
|
|
|
|
public string Phone { get; set; } |
|
|
public Role Role { get; set; } |
|
|
public Role Role { get; set; } |
|
|
|
|
|
|
|
|
public override string ToString() { |
|
|
public override string ToString() { |
|
|