* Added ExcelGenerator and EmailSender

This commit is contained in:
2025-05-17 20:31:42 +02:00
parent 6ab3960e50
commit f4195a540c
9 changed files with 174 additions and 3 deletions

View File

@@ -5,4 +5,6 @@ public class WzHeaderDto
public Guid ID { get; set; }
public Guid? FK_Client { get; set; }
public DateTime CreatedDate { get; set; }
public IEnumerable<WzRowMeyleDto> WzRowsMeyle { get; set; } = new List<WzRowMeyleDto>();
}