refactor(DbTriggerParams): Erstellt, um Trigger über appsettings.json zu konfigurieren
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace EnvelopeGenerator.Application.Configurations;
|
||||
|
||||
public class DbTriggerParams : Dictionary<string, IEnumerable<string>>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user