Example #1
0
 /// <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();
 }
Example #2
0
 public void DeleteNotification(Notification notification)
 {
     throw new NotImplementedException();
 }