Add Email Token to company
This commit is contained in:
@@ -5,6 +5,7 @@ namespace BoredCareers.Entities {
|
||||
public string Name { get; set; } = "";
|
||||
public string Email { get; set; } = "";
|
||||
public bool EmailVerified { get; set; } = false;
|
||||
public string EmailToken { get; set; } = "";
|
||||
public string WebsiteURL { get; set; } = "";
|
||||
public string Logo { get; set; } = "";
|
||||
public int JobsClosedSuccessful { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user