C# Class UnitTestingExamples.Controllers.ProductsController

Inheritance: Controller
ファイルを表示 Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ViewResult
ProductsController ( ) : System.Web.Mvc
ProductsController ( IProductRepository productRepository ) : System.Web.Mvc

Private Methods

Method Description
Edit ( Product product ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

ProductsController() public method

public ProductsController ( ) : System.Web.Mvc
return System.Web.Mvc

ProductsController() public method

public ProductsController ( IProductRepository productRepository ) : System.Web.Mvc
productRepository IProductRepository
return System.Web.Mvc