C# Class CleanCart.ApplicationServices.Assemblers.CatalogItemAssembler

Afficher le fichier Open project: ElapseTech/cleancart.net Class Usage Examples

Méthodes publiques

Méthode Description
ToDto ( CatalogItem catalogItem ) : CatalogItemDTO
ToDtoList ( IEnumerable catalogItems ) : IList

Method Details

ToDto() public méthode

public ToDto ( CatalogItem catalogItem ) : CatalogItemDTO
catalogItem CleanCart.Domain.CatalogItem
Résultat CleanCart.ApplicationServices.Dto.CatalogItemDTO

ToDtoList() public méthode

public ToDtoList ( IEnumerable catalogItems ) : IList
catalogItems IEnumerable
Résultat IList