Implementierung der dynamischen Entfernung von Controllern in DigitalData.Core.API

Hinzugefügt RemoveIfControllerConvention Klasse, um die bedingte Entfernung von Controllern beim Start zu ermöglichen, was die Konfigurierbarkeit und Modularität der Anwendung verbessert.
This commit is contained in:
Developer 02
2024-04-09 13:49:08 +02:00
parent 2576bdcbc6
commit 79cf385a67
19 changed files with 48 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
using DigitalData.Core.Contracts.Application;
using DigitalData.Core.Contracts.Infrastructure;
using Microsoft.AspNetCore.Mvc;
using System.Security.Cryptography;
namespace DigitalData.Core.API
{