Added User Context #24
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Icarus.Models
|
||||
public int Id { get; set; }
|
||||
[JsonProperty("username")]
|
||||
public string Username { get; set; }
|
||||
[JsonProperty("password")]
|
||||
public string Password { get; set; }
|
||||
[JsonProperty("email")]
|
||||
public string Email { get; set; }
|
||||
[JsonProperty("phone_number")]
|
||||
|
||||
Reference in New Issue
Block a user