Add documents by machine.

This commit is contained in:
2019-06-17 01:58:32 +01:00
parent fa28ee7d4f
commit 938252cfd5
8 changed files with 7791 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ namespace Cicm.Database.Models
public virtual ICollection<StorageByMachine> Storage { get; set; }
public virtual ICollection<MachinePhoto> Photos { get; set; }
public virtual ICollection<ScreensByMachine> Screens { get; set; }
public virtual ICollection<DocumentsByMachine> Documents { get; set; }
[NotMapped]
[DisplayName("Introduced")]