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