C# 클래스 CleanCart.ApplicationServices.ShopCatalogService

상속: IShopCatalogService
파일 보기 프로젝트 열기: ElapseTech/cleancart.net 1 사용 예제들

공개 메소드들

메소드 설명
ListCatalogItems ( ) : IEnumerable
ShopCatalogService ( ) : CleanCart.ApplicationServices.Assemblers
ShopCatalogService ( ICatalogItemRepository catalogItemRepository, CatalogItemAssembler catalogItemAssembler ) : CleanCart.ApplicationServices.Assemblers

메소드 상세

ListCatalogItems() 공개 메소드

public ListCatalogItems ( ) : IEnumerable
리턴 IEnumerable

ShopCatalogService() 공개 메소드

public ShopCatalogService ( ) : CleanCart.ApplicationServices.Assemblers
리턴 CleanCart.ApplicationServices.Assemblers

ShopCatalogService() 공개 메소드

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