Apply Some Fix on Webinar Subscriber Dto Fills ...

This commit is contained in:
2025-11-06 17:42:52 +03:30
parent 4d88c12601
commit d57e8f7f0b
2 changed files with 5 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@ namespace xWebinarService.Models.Dtos
public class XWebinarSubscriberDto : XBaseDto
{
public int Id { get; set; }
public Guid WebinarId { get; set; }
public string SubscriberId { get; set; }
public XPersonDto Subscriber { get; set; }
public DateTime SubscribedOn { get; set; }