Merged
Conversation
- Created a new migration to add the MasterFileRefNo column to the LandMiscellaneousMasterFiles table. - Updated existing records to populate MasterFileRefNo based on MasterFileNo. - Updated the AppDbContextModelSnapshot to reflect the new column. - Modified the LandMiscellaneousMasterFile model to include the MasterFileRefNo property.
branch update
- Introduced a new nullable foreign key column `LandMiscellaneousMasterFileId` in the `LMRentalEvidences` table. - Updated the `LMRentalEvidence` model to include the new foreign key and navigation property for `LandMiscellaneousMasterFile`. - Modified the DTOs to accommodate the new foreign key and added a DTO for `LandMiscellaneousMasterFile`. - Enhanced the repository interfaces and implementations to support fetching rental evidences by master file ID and reference number. - Updated the service layer to handle the new foreign key relationships and ensure proper data mapping. - Removed outdated sorting API documentation as it is no longer relevant.
…s, repositories, and services - Created a migration to add LandMiscellaneousMasterFileId to LMSalesEvidences, LMPastValuations, and LMBuildingRates tables. - Updated AppDbContextModelSnapshot to reflect new schema changes. - Modified LMBuildingRates, LMPastValuation, and LMSalesEvidence models to include LandMiscellaneousMasterFileId as a foreign key. - Enhanced DTOs for LMBuildingRates, LMPastValuation, and LMSalesEvidence to include LandMiscellaneousMasterFileId and related navigation properties. - Updated repositories to support fetching records by LandMiscellaneousMasterFileId and include related master file data. - Adjusted services to handle new methods for retrieving data based on LandMiscellaneousMasterFileId and to map master file details in response DTOs.
Dev akith
Dev jalina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.