Add companies to software version admin page.

This commit is contained in:
2020-08-09 17:05:57 +01:00
parent 5d8e345447
commit 8beec5b6c7
10 changed files with 397 additions and 21 deletions

View File

@@ -35,5 +35,9 @@ namespace Marechai.Database.Models
public virtual SoftwareVersion SoftwareVersion { get; set; }
[Required]
public virtual DocumentRole Role { get; set; }
public string RoleId { get; set; }
public int CompanyId { get; set; }
public ulong SoftwareVersionId { get; set; }
}
}