Add books by machine family.

This commit is contained in:
2019-06-17 03:24:15 +01:00
parent 565241f1c3
commit a4792df520
8 changed files with 8047 additions and 9 deletions

View File

@@ -48,5 +48,6 @@ namespace Cicm.Database.Models
public virtual Company Company { get; set; }
public virtual ICollection<Machine> Machines { get; set; }
public virtual ICollection<DocumentsByMachineFamily> Documents { get; set; }
public virtual ICollection<BooksByMachineFamily> Books { get; set; }
}
}