mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add legal name for companies.
This commit is contained in:
@@ -50,6 +50,7 @@ namespace Marechai.ViewModels
|
||||
public bool FoundedMonthIsUnknown { get; set; }
|
||||
public bool SoldDayIsUnknown { get; set; }
|
||||
public bool SoldMonthIsUnknown { get; set; }
|
||||
public string LegalName { get; set; }
|
||||
|
||||
public string SoldView => Status != CompanyStatus.Active && Status != CompanyStatus.Unknown
|
||||
? Sold?.ToShortDateString() ?? "Unknown"
|
||||
|
||||
Reference in New Issue
Block a user