C# Class CleanCart.ApplicationServices.ShopCatalogService

Inheritance: IShopCatalogService
Datei anzeigen Open project: ElapseTech/cleancart.net Class Usage Examples

Public Methods

Method Description
ListCatalogItems ( ) : IEnumerable
ShopCatalogService ( ) : CleanCart.ApplicationServices.Assemblers
ShopCatalogService ( ICatalogItemRepository catalogItemRepository, CatalogItemAssembler catalogItemAssembler ) : CleanCart.ApplicationServices.Assemblers

Method Details

ListCatalogItems() public method

public ListCatalogItems ( ) : IEnumerable
return IEnumerable

ShopCatalogService() public method

public ShopCatalogService ( ) : CleanCart.ApplicationServices.Assemblers
return CleanCart.ApplicationServices.Assemblers

ShopCatalogService() public method

public ShopCatalogService ( ICatalogItemRepository catalogItemRepository, CatalogItemAssembler catalogItemAssembler ) : CleanCart.ApplicationServices.Assemblers
catalogItemRepository ICatalogItemRepository
catalogItemAssembler CleanCart.ApplicationServices.Assemblers.CatalogItemAssembler
return CleanCart.ApplicationServices.Assemblers