* Removed comments #26

Merged
trent merged 1 commits from Warehouses into master 2026-04-10 05:37:31 +00:00
Showing only changes of commit 775c7a2d5c - Show all commits

View File

@@ -1025,7 +1025,6 @@ namespace SytelineSaAppEfDataModel
.HasMaxLength(100)
.IsRequired(false);
// Relationship
entity.HasOne(e => e.Header)
.WithMany()
.HasForeignKey(e => e.FK_Header)