Add processor editing in admin view.

This commit is contained in:
2020-05-27 05:29:37 +01:00
parent f8491949a1
commit 88c528f9ec
13 changed files with 1137 additions and 317 deletions

View File

@@ -32,6 +32,7 @@ namespace Marechai.ViewModels
public string InstructionSet { get; set; }
public List<string> InstructionSetExtensions { get; set; }
public int? CompanyId { get; set; }
public int? InstructionSetId { get; set; }
public string IntroducedView => Introduced?.ToShortDateString() ?? "Unknown";
}