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