C# Class SportyGeek.WebUI.Controllers.ProductsController

Inheritance: Controller
Show file Open project: joshperry/stuff

Public Methods

Method Description
HelloWorld ( ) : System.Web.Mvc.ViewResult
List ( int page = 1, string category = null ) : System.Web.Mvc.ViewResult
ProductsController ( IEntityRepository repo ) : System

Method Details

HelloWorld() public method

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

List() public method

public List ( int page = 1, string category = null ) : System.Web.Mvc.ViewResult
page int
category string
return System.Web.Mvc.ViewResult

ProductsController() public method

public ProductsController ( IEntityRepository repo ) : System
repo IEntityRepository
return System