11 lines
485 B
C#
11 lines
485 B
C#
using System.Collections.Generic;
|
|
|
|
using BS.Shared.DataContracts;
|
|
|
|
namespace BeWo.ViewModel.ListViewModel
|
|
{
|
|
public class Wohnheimbuchung2Costbearer2SupportConceptRelListVM : AbstractDCListMapperVM<Wohnheimbuchung2Costbearer2SupportConceptRelationDC, WohnheimbuchungCostbearerSupportConceptRelationVM>
|
|
{
|
|
public Wohnheimbuchung2Costbearer2SupportConceptRelListVM(IEnumerable<Wohnheimbuchung2Costbearer2SupportConceptRelationDC> pDCs) : base(pDCs) { }
|
|
}
|
|
} |