using System; using System.Collections.Generic; using BeWo.Service.Plugins; using BS.Shared.Core; using BS.Shared.DataContracts.Compact; namespace Fortis { public class FortisHomeContentGenerator : HomeContentGenerator { public override List GetPersonsHavingBirthday(DateTime birthdayUntil) { return new List(); } } }