Add companies by book.

This commit is contained in:
2019-06-17 02:47:44 +01:00
parent abb435af19
commit c9c88351e2
8 changed files with 14807 additions and 4743 deletions

View File

@@ -17,5 +17,6 @@ namespace Cicm.Database.Models
public virtual Book Next { get; set; }
public virtual Iso31661Numeric Country { get; set; }
public virtual ICollection<Book> Derivates { get; set; }
public virtual ICollection<CompaniesByBook> Companies { get; set; }
}
}