mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add magazines by machine family.
This commit is contained in:
@@ -49,5 +49,6 @@ namespace Cicm.Database.Models
|
||||
public virtual ICollection<Machine> Machines { get; set; }
|
||||
public virtual ICollection<DocumentsByMachineFamily> Documents { get; set; }
|
||||
public virtual ICollection<BooksByMachineFamily> Books { get; set; }
|
||||
public virtual ICollection<MagazinesByMachineFamily> Magazines { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user