using System.Collections.Generic; using BS.Shared.DataContracts; namespace BeWo.ViewModel.ListViewModel { public class BargeldtransaktionsListVM : AbstractDCListMapperVM { public BargeldtransaktionsListVM(IEnumerable pList) : base(pList) { } } }