Add companies to software family admin page.

This commit is contained in:
2020-08-09 17:05:22 +01:00
parent af549a3038
commit 644dbdb1dc
7 changed files with 373 additions and 11 deletions

View File

@@ -35,5 +35,9 @@ namespace Marechai.Database.Models
public virtual Company Company { get; set; }
[Required]
public virtual SoftwareFamily SoftwareFamily { get; set; }
public string RoleId { get; set; }
public int CompanyId { get; set; }
public ulong SoftwareFamilyId { get; set; }
}
}