* Added ExcelGenerator and EmailSender
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
Reference in New Issue
Block a user