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