/// <summary> /// Adds a new event to the database /// </summary> /// <param name="description"></param> /// <param name="dateFrom"></param> /// <param name="dateTo"></param> /// <param name="notifications"></param> /// <returns>the event</returns> public EventLeaf AddEvent(Season season,string description, DateTime dateFrom, DateTime dateTo, Notification[] notifications) { throw new NotImplementedException(); }
public void DeleteNotification(Notification notification) { throw new NotImplementedException(); }