C# Class SevenDigital.Mapper.Adapters.DomainListAdapter

显示文件 Open project: 7digital/sevendigital-mapper Class Usage Examples

Public Methods

Method Description
DomainListAdapter ( IDomainAdapter domainAdapter ) : System.Collections.Generic
GetDomainObjectsFor ( IEnumerable mappingDtos ) : IEnumerable

Method Details

DomainListAdapter() public method

public DomainListAdapter ( IDomainAdapter domainAdapter ) : System.Collections.Generic
domainAdapter IDomainAdapter
return System.Collections.Generic

GetDomainObjectsFor() public method

public GetDomainObjectsFor ( IEnumerable mappingDtos ) : IEnumerable
mappingDtos IEnumerable
return IEnumerable