feat: Hinzugefügt Logo-Konfiguration für verschiedene Kunden
This commit is contained in:
parent
4275f25f4a
commit
36fb033adc
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user