Start work for company rating
This commit is contained in:
@@ -7,6 +7,8 @@ namespace BoredCareers.Entities {
|
||||
public bool EmailVerified { get; set; } = false;
|
||||
public string WebsiteURL { get; set; } = "";
|
||||
public string Logo { get; set; } = "";
|
||||
public int JobsClosedSuccessful { get; set; } = 0;
|
||||
public int JobsAutoClosed { get; set; } = 0;
|
||||
public string Phone { get; set; } = "";
|
||||
public string PostalCode { get; set; } = "";
|
||||
public string Country { get; set; } = ""; // 2 Letter Country Code
|
||||
|
||||
Reference in New Issue
Block a user