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