C# Class CacheAspect.Service.ProductService

Inheritance: BaseService, IProductService
Afficher le fichier Open project: BernieCook/CacheAspect

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable
GetDetails ( int id ) : ProductDetailDto
ProductService ( IUnitOfWork unitOfWork, IGenericRepository productRepository ) : System.Collections.Generic
UpdateDetails ( ProductDetailDto productDetailDto ) : void

Method Details

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetDetails() public méthode

public GetDetails ( int id ) : ProductDetailDto
id int
Résultat ProductDetailDto

ProductService() public méthode

public ProductService ( IUnitOfWork unitOfWork, IGenericRepository productRepository ) : System.Collections.Generic
unitOfWork IUnitOfWork
productRepository IGenericRepository
Résultat System.Collections.Generic

UpdateDetails() public méthode

public UpdateDetails ( ProductDetailDto productDetailDto ) : void
productDetailDto ProductDetailDto
Résultat void