implement Webinar and WebinarSubscriber Entity and Dto (s) and Data Requirements ...
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xWebinarService.Constants
|
||||
{
|
||||
/// <summary>
|
||||
/// Webinar Type ...
|
||||
/// </summary>
|
||||
public enum XWebinarType
|
||||
{
|
||||
[StringValue("Public")]
|
||||
Public = 0,
|
||||
[StringValue("Private")]
|
||||
Private = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user