Added User Context #24

This commit is contained in:
amazing-username
2019-04-21 17:54:18 -04:00
parent 664b8234c2
commit 4ba342b625
9 changed files with 200 additions and 166 deletions
-2
View File
@@ -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")]