using System.Collections.Generic; using BS.Shared.DataContracts; namespace BeWo.ViewModel.ListViewModel { public class PlacementListVM : AbstractDCListMapperVM { public PlacementListVM(List pPlacements) : base(pPlacements) { } } }