C# Class web.Controllers.QuotesController

Inheritance: Controller
Afficher le fichier Open project: daxko/dashboard

Méthodes publiques

Méthode Description
QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic

Private Methods

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
RandomQuote ( ) : System.Web.Mvc.JsonResult
get_random_quote ( ) : QuoteModel

Method Details

QuotesController() public méthode

public QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic
quote_repository IQuoteRepository
Résultat System.Collections.Generic