Security #1

Merged
khwezi merged 50 commits from security into main 2026-08-21 11:47:37 +02:00
Showing only changes of commit c99885a866 - Show all commits
@@ -1,5 +1,6 @@
namespace PostFundManagement.Domain.Entities; namespace PostFundManagement.Domain.Entities;
[EntityTypeConfiguration<Configuration.Budget, Budget>]
public class Budget : Models.Budget public class Budget : Models.Budget
{ {
public virtual Project? Project { get; set; } public virtual Project? Project { get; set; }