Impliment file upload for company Logo
This commit is contained in:
@@ -6,7 +6,7 @@ namespace BoredCareers.Entities {
|
||||
public string Email { get; set; } = "";
|
||||
public bool EmailVerified { get; set; } = false;
|
||||
public string WebsiteURL { get; set; } = "";
|
||||
public string LogoURL { get; set; } = "";
|
||||
public string Logo { get; set; } = "";
|
||||
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