This commit is contained in:
2025-11-16 18:49:49 +03:30
parent 3c09233329
commit 981eeb46e8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ namespace xWebinarService.Constants
/// </summary>
public enum XWebinarEntityHubAction
{
[StringValue("Subscribed")]
Subscribed,
[StringValue("Subscribe")]
Subscribe,
[StringValue("Unsubscribe")]
Unsubscribe
}