C# Class CleanCart.ApplicationServices.Assemblers.CatalogItemAssembler

Show file Open project: ElapseTech/cleancart.net Class Usage Examples

Public Methods

Method Description
ToDto ( CatalogItem catalogItem ) : CatalogItemDTO
ToDtoList ( IEnumerable catalogItems ) : IList

Method Details

ToDto() public method

public ToDto ( CatalogItem catalogItem ) : CatalogItemDTO
catalogItem CleanCart.Domain.CatalogItem
return CleanCart.ApplicationServices.Dto.CatalogItemDTO

ToDtoList() public method

public ToDtoList ( IEnumerable catalogItems ) : IList
catalogItems IEnumerable
return IList