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