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

@@ -19,5 +19,6 @@ namespace Cicm.Database.Models
public virtual ICollection<Book> Derivates { get; set; }
public virtual ICollection<CompaniesByBook> Companies { get; set; }
public virtual ICollection<PeopleByBook> People { get; set; }
public virtual ICollection<BooksByMachine> Machines { get; set; }
}
}