using System.Collections.Generic; using BS.Shared.DataContracts; namespace BeWo.ViewModel.ListViewModel { public class InvoiceItemListVM : AbstractDCListMapperVM { #region Constructors and Destructors public InvoiceItemListVM(List pDCs) : base(pDCs) {} #endregion } }