using System.Collections.Generic; using BS.Shared.DataContracts; namespace BeWo.ViewModel.ListViewModel { public class NotizenEintragListVM : AbstractDCListMapperVM { public NotizenEintragListVM(IEnumerable pList) : base(pList) { } } }