C# Class PetStore.Web.Controllers.ProductController

Inheritance: BaseSiteController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Details ( int productid ) : void
List ( ) : void
ListByCategory ( int category ) : void
ProductController ( CategoryService categoryService, IProductService productService ) : PetStore.Service

Private Methods

Méthode Description
AddCategoriesToPropertyBag ( ) : void

Method Details

Details() public méthode

public Details ( int productid ) : void
productid int
Résultat void

List() public méthode

public List ( ) : void
Résultat void

ListByCategory() public méthode

public ListByCategory ( int category ) : void
category int
Résultat void

ProductController() public méthode

public ProductController ( CategoryService categoryService, IProductService productService ) : PetStore.Service
categoryService PetStore.Service.CategoryService
productService IProductService
Résultat PetStore.Service