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