Add e-mail in the User model

This commit is contained in:
Sébastien André
2020-03-14 23:23:51 +01:00
parent 8427691db4
commit 170ccbd9c5
3 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
{
public int Id { get; set; }
public string Email { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }

Binary file not shown.