AllowedCountryRegionMapper
public static class AllowedCountryRegionMapper
Namespace
Methods
AllowedCountryCollectionToDtos
public static List<AllowedCountryDto> AllowedCountryCollectionToDtos(
IEnumerable<AllowedCountry> collection)
AllowedCountryDtosToCollection
public static IEnumerable<AllowedCountry> AllowedCountryDtosToCollection(
IEnumerable<AllowedCountryDto> dtos)
AllowedCountryDtoToEntity
public static AllowedCountry AllowedCountryDtoToEntity(AllowedCountryDto dto)
AllowedCountryEntityToDto
public static AllowedCountryDto AllowedCountryEntityToDto(AllowedCountry entity)
AllowedCountryRegionCollectionToDtos
public static List<AllowedCountryRegionDto> AllowedCountryRegionCollectionToDtos(
IEnumerable<AllowedCountryRegion> collection)
AllowedCountryRegionDtosToCollection
public static IEnumerable<AllowedCountryRegion> AllowedCountryRegionDtosToCollection(
IEnumerable<AllowedCountryRegionDto> dtos)
AllowedCountryRegionDtoToEntity
public static AllowedCountryRegion AllowedCountryRegionDtoToEntity(AllowedCountryRegionDto dto)
AllowedCountryRegionEntityToDto
public static AllowedCountryRegionDto AllowedCountryRegionEntityToDto(AllowedCountryRegion entity)