mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
- Created a new migration to add the MagazinesBySoftware table with appropriate foreign keys to MagazineIssues and Softwares. - Updated MarechaiContext to include DbSet for MagazinesBySoftware. - Implemented MagazinesBySoftware model with relationships to MagazineIssue and Software. - Developed MagazinesBySoftwareController to handle CRUD operations and retrieval of software associated with magazine issues. - Enhanced MagazineIssue model to include a collection of MagazinesBySoftware. - Updated Software model to include a collection of MagazinesBySoftware. - Added service methods for managing software associations with magazine issues. - Implemented UI components in MagazineIssueDialog for adding and removing software associations. - Added localization strings for software-related UI elements in multiple languages.