C# Class UnitTestingExamples.Controllers.ProductsController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ViewResult
ProductsController ( ) : System.Web.Mvc
ProductsController ( IProductRepository productRepository ) : System.Web.Mvc

Private Methods

Méthode Description
Edit ( Product product ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

ProductsController() public méthode

public ProductsController ( ) : System.Web.Mvc
Résultat System.Web.Mvc

ProductsController() public méthode

public ProductsController ( IProductRepository productRepository ) : System.Web.Mvc
productRepository IProductRepository
Résultat System.Web.Mvc