implement Broadcast and SessionManager services
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
namespace Chtn.CSharp.SDK.Models.Session
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Chtn.CSharp.SDK.Models.Session
|
||||
{
|
||||
public class ValidateSessionReq { public string Token { get; set; } }
|
||||
public class ValidateSessionReq
|
||||
{
|
||||
[JsonProperty("token")] public string Token { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user