C# 클래스 CacheAspect.Service.ProductService

상속: BaseService, IProductService
파일 보기 프로젝트 열기: BernieCook/CacheAspect

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetDetails ( int id ) : ProductDetailDto
ProductService ( IUnitOfWork unitOfWork, IGenericRepository productRepository ) : System.Collections.Generic
UpdateDetails ( ProductDetailDto productDetailDto ) : void

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetDetails() 공개 메소드

public GetDetails ( int id ) : ProductDetailDto
id int
리턴 ProductDetailDto

ProductService() 공개 메소드

public ProductService ( IUnitOfWork unitOfWork, IGenericRepository productRepository ) : System.Collections.Generic
unitOfWork IUnitOfWork
productRepository IGenericRepository
리턴 System.Collections.Generic

UpdateDetails() 공개 메소드

public UpdateDetails ( ProductDetailDto productDetailDto ) : void
productDetailDto ProductDetailDto
리턴 void