refactor(DbTriggerParams): Erstellt, um Trigger über appsettings.json zu konfigurieren

This commit is contained in:
Developer 02
2025-02-12 18:49:53 +01:00
parent 255843d760
commit a5a8a9e416
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
namespace EnvelopeGenerator.Application.Configurations;
public class DbTriggerParams : Dictionary<string, IEnumerable<string>>
{
}