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