mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add magazines.
This commit is contained in:
@@ -50,5 +50,6 @@ namespace Cicm.Database.Models
|
||||
public virtual ICollection<Person> People { get; set; }
|
||||
public virtual ICollection<Document> Documents { get; set; }
|
||||
public virtual ICollection<Book> Books { get; set; }
|
||||
public virtual ICollection<Magazine> Magazines { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user