Last Works on Webinar ...
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xWebinarService.Constants {
|
||||
public class xWebinarServiceConstants { }
|
||||
|
||||
/// <summary>
|
||||
/// Webinar Type ...
|
||||
/// </summary>
|
||||
public enum XWebinarType
|
||||
{
|
||||
[StringValue("Public")]
|
||||
Public = 0,
|
||||
[StringValue("Private")]
|
||||
Private = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user