feat: Hinzugefügt Logo-Konfiguration für verschiedene Kunden
This commit is contained in:
13
EnvelopeGenerator.Web/Models/Logo.cs
Normal file
13
EnvelopeGenerator.Web/Models/Logo.cs
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
namespace EnvelopeGenerator.Web.Models
|
||||||
|
{
|
||||||
|
public class Logo
|
||||||
|
{
|
||||||
|
public string Src { get; init; } = string.Empty;
|
||||||
|
|
||||||
|
public string CSSPath { get; init; } = string.Empty;
|
||||||
|
|
||||||
|
public string LockedPageClass { get; init; } = string.Empty;
|
||||||
|
|
||||||
|
public string ShowPageClass { get; init; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user