Add books by machine.

This commit is contained in:
2019-06-17 03:13:49 +01:00
parent df5d28d6a4
commit 565241f1c3
8 changed files with 8005 additions and 1 deletions

View File

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