implement Webinar and WebinarSubscriber Entity and Dto (s) and Data Requirements ...
This commit is contained in:
@@ -49,18 +49,6 @@ namespace xWebinarService.Models.Entities
|
||||
/// Specified Webinar Enabled or not ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Webinar Subscriber ...
|
||||
/// </summary>
|
||||
public class XWebinarSubscriber : XBaseIntIDEntity
|
||||
{
|
||||
[Required]
|
||||
public string SubscriberId { get; set; }
|
||||
[Required]
|
||||
public Guid WebinarId { get; set; }
|
||||
public DateTime SubscribedOn { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user