Refactored Communications and Evidence endpoints

This commit is contained in:
2026-08-28 17:21:41 +02:00
parent e5205f8443
commit b288450cbb
33 changed files with 607 additions and 304 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
using PostFundManagement.Domain.Abstractions;
using PostFundManagement.Domain.Services;
using PostFundManagement.Domain.Services.Shared;
using static PostFundManagement.Domain.Extensions.Constants;
namespace PostFundManagement.Domain.Extensions;