diff --git a/PostFundManagement.Domain/Abstractions/IEndpoint.cs b/PostFundManagement.Domain/Abstractions/IEndpoint.cs new file mode 100644 index 0000000..8ed7056 --- /dev/null +++ b/PostFundManagement.Domain/Abstractions/IEndpoint.cs @@ -0,0 +1,6 @@ +namespace PostFundManagement.Domain.Abstractions; + +public interface IEndpoint +{ + void Map(IEndpointRouteBuilder builder); +} \ No newline at end of file diff --git a/PostFundManagement.Domain/PostFundManagement.Domain.csproj b/PostFundManagement.Domain/PostFundManagement.Domain.csproj index 48eb5a5..0d7ce7a 100644 --- a/PostFundManagement.Domain/PostFundManagement.Domain.csproj +++ b/PostFundManagement.Domain/PostFundManagement.Domain.csproj @@ -6,30 +6,207 @@ enable + - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +