* Added Excel generation for Marelli

* Added Logo
This commit is contained in:
2025-09-30 21:18:34 +02:00
parent f6cc62d6c8
commit 8cfded48ae
9 changed files with 55 additions and 38 deletions

View File

@@ -8,4 +8,5 @@ public class WzClientDto
public DateTime CreatedDate { get; set; }
public string Name { get; set; }
public string ShortName { get; set; }
public string? LogoBase64 { get; set; }
}