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