C# 클래스 Kona.App.Services.StoreService

상속: IStoreService
파일 보기 프로젝트 열기: BenHall/Kona 1 사용 예제들

공개 메소드들

메소드 설명
GetDetails ( string sku ) : DetailsViewModel
GetHomeModel ( int categoryId ) : ProductListViewModel
StoreService ( ISession session ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetCategories ( ) : IEnumerable
GetRecommendedProducts ( string sku ) : IList
GetSelectedProduct ( string sku ) : Product
SelectProducts ( int categoryId ) : IEnumerable

메소드 상세

GetDetails() 공개 메소드

public GetDetails ( string sku ) : DetailsViewModel
sku string
리턴 Kona.ViewModels.DetailsViewModel

GetHomeModel() 공개 메소드

public GetHomeModel ( int categoryId ) : ProductListViewModel
categoryId int
리턴 Kona.ViewModels.ProductListViewModel

StoreService() 공개 메소드

public StoreService ( ISession session ) : System.Collections.Generic
session ISession
리턴 System.Collections.Generic