Add the e-mail for the create of user

This commit is contained in:
Sébastien André
2020-03-25 11:25:36 +01:00
parent 827acc2023
commit cedbae0f22

View File

@@ -9,5 +9,7 @@
public string Login { get; set; } public string Login { get; set; }
public string Password { get; set; } public string Password { get; set; }
public string Email { get; set; }
} }
} }