Redid stores. Added user store. Added Channel Manager, to manage data from a single channel.
This commit is contained in:
9
Models/ChatterVoice.cs
Normal file
9
Models/ChatterVoice.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace HermesSocketServer.Models
|
||||
{
|
||||
public class ChatterVoice
|
||||
{
|
||||
public string ChatterId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string VoiceId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user