les evennement on tous une propriété "Topic"
This commit is contained in:
parent
677112847d
commit
ce8ced16bb
4 changed files with 22 additions and 3 deletions
|
|
@ -29,6 +29,11 @@ namespace Yavsc.Models.Messaging
|
|||
/// </summary>
|
||||
public class CircleEvent: YaEvent
|
||||
{
|
||||
public CircleEvent(string topic) : base(topic)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the circles.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue