C# 클래스 LoLUniverse.Controllers.ChampionsController

상속: Controller
파일 보기 프로젝트 열기: sdesyllas/LoLUniverse

Private Properties

프로퍼티 타입 설명
PrepareDetailsModel void
PrepareDetailsModel void
PrepareModel void

공개 메소드들

메소드 설명
ChampionsController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
Details ( ChampionsModel model ) : System.Web.Mvc.ActionResult
Index ( ChampionsModel model ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
PrepareDetailsModel ( ChampionsModel championModel, RiotApi.Net.RestClient.Dto championDto, RiotApi.Net.RestClient.Dto staticChampionDto ) : void
PrepareDetailsModel ( ChampionsModel championModel, RiotApi.Net.RestClient.Dto championDto, RiotApi.Net.RestClient.Dto staticChampionDto, IEnumerable ddVersions ) : void
PrepareModel ( ChampionsModel model, RiotApi.Net.RestClient.Dto championListDto, RiotApi.Net.RestClient.Dto staticChampionListDto ) : void

메소드 상세

ChampionsController() 공개 메소드

public ChampionsController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
riotClient IRiotClient
cacheManager ICacheManager
memoryCache IMemoryCache
리턴 System

Details() 공개 메소드

public Details ( ChampionsModel model ) : System.Web.Mvc.ActionResult
model LoLUniverse.Models.ChampionsModel
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ChampionsModel model ) : System.Web.Mvc.ActionResult
model LoLUniverse.Models.ChampionsModel
리턴 System.Web.Mvc.ActionResult