Added packages

This commit is contained in:
2026-08-16 16:09:51 +02:00
parent b8789b0e2e
commit c0375229b6
2 changed files with 201 additions and 18 deletions
@@ -0,0 +1,6 @@
namespace PostFundManagement.Domain.Abstractions;
public interface IEndpoint
{
void Map(IEndpointRouteBuilder builder);
}