C# Class web.Controllers.QuotesController

Inheritance: Controller
Mostrar archivo Open project: daxko/dashboard

Public Methods

Method Description
QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic

Private Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
RandomQuote ( ) : System.Web.Mvc.JsonResult
get_random_quote ( ) : QuoteModel

Method Details

QuotesController() public method

public QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic
quote_repository IQuoteRepository
return System.Collections.Generic