Add legal name for companies.

This commit is contained in:
2020-08-06 01:40:39 +01:00
parent 02f7bbdc9e
commit e3f2557796
12 changed files with 6941 additions and 6 deletions

View File

@@ -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"