C# Class TrufflerSample.Controllers.FacetsController

Inheritance: Controller
Mostra file Open project: 200OK/TrufflerSample

Public Methods

Method Description
FacetsController ( IClient client ) : System.Collections.Generic
Index ( string q, string cuisine, string country, int rating ) : System.Web.Mvc.ActionResult

Method Details

FacetsController() public method

public FacetsController ( IClient client ) : System.Collections.Generic
client IClient
return System.Collections.Generic

Index() public method

public Index ( string q, string cuisine, string country, int rating ) : System.Web.Mvc.ActionResult
q string
cuisine string
country string
rating int
return System.Web.Mvc.ActionResult