events refactoring

This commit is contained in:
Paul Schneider 2016-09-17 03:36:34 +02:00
commit d11fed8d32
13 changed files with 98 additions and 89 deletions

View file

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