feat(AnnotationParams): Erstellt, um Annotationen über Appsettings zu konfigurieren.
This commit is contained in:
6
EnvelopeGenerator.Web/Models/AnnotationParams.cs
Normal file
6
EnvelopeGenerator.Web/Models/AnnotationParams.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace EnvelopeGenerator.Web.Models;
|
||||
|
||||
public class AnnotationParams
|
||||
{
|
||||
public required Dictionary<string, Annotation> Annotations { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user