This commit is contained in:
2026-01-19 18:02:55 +01:00
parent 87044adcb0
commit 30f87f26da
19 changed files with 10631 additions and 3773 deletions

View File

@@ -81,5 +81,8 @@ namespace EveryThing.Models.Project
[InverseProperty("Project")]
public virtual ICollection<ProjectPart> ProjectProjectPart { get; set; }
[InverseProperty("Project")]
public virtual ICollection<Invoice.Invoice> Invoices { get; set; }
}
}