mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add books by machine family.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user