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