Get campaign list

This commit is contained in:
Michele Scandura 2021-06-02 23:10:37 +01:00
parent a13fb49942
commit 53bfb770ea
6 changed files with 145 additions and 2 deletions

View file

@ -9,5 +9,8 @@ namespace Sledgemapper.Shared.Entities
[Required]
public string Password { get; set; }
[Required]
public string Email { get; set; }
}
}