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

@@ -11,5 +11,6 @@ namespace Cicm.Database.Models
public virtual Company Company { get; set; }
public virtual ICollection<CompaniesByDocument> Documents { get; set; }
public virtual ICollection<CompaniesByBook> Books { get; set; }
}
}