C# 클래스 web.Controllers.QuotesController

상속: Controller
파일 보기 프로젝트 열기: daxko/dashboard

공개 메소드들

메소드 설명
QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
RandomQuote ( ) : System.Web.Mvc.JsonResult
get_random_quote ( ) : QuoteModel

메소드 상세

QuotesController() 공개 메소드

public QuotesController ( IQuoteRepository quote_repository ) : System.Collections.Generic
quote_repository IQuoteRepository
리턴 System.Collections.Generic