les evennement on tous une propriété "Topic"

This commit is contained in:
Paul Schneider 2016-08-02 11:05:29 +02:00
commit ce8ced16bb
4 changed files with 22 additions and 3 deletions

View file

@ -30,6 +30,13 @@ namespace Yavsc.Models.Calendar
/// Provided event.
/// </summary>
public class ProvidedEvent : YaEvent {
public ProvidedEvent(string topic) : base(topic)
{
}
/// <summary>
/// The privacy.
/// </summary>