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