C# Class LoLUniverse.Controllers.ChampionsController

Inheritance: Controller
Afficher le fichier Open project: sdesyllas/LoLUniverse

Private Properties

Свойство Type Description
PrepareDetailsModel void
PrepareDetailsModel void
PrepareModel void

Méthodes publiques

Méthode Description
ChampionsController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
Details ( ChampionsModel model ) : System.Web.Mvc.ActionResult
Index ( ChampionsModel model ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
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

Method Details

ChampionsController() public méthode

public ChampionsController ( IRiotClient riotClient, ICacheManager cacheManager, IMemoryCache memoryCache ) : System
riotClient IRiotClient
cacheManager ICacheManager
memoryCache IMemoryCache
Résultat System

Details() public méthode

public Details ( ChampionsModel model ) : System.Web.Mvc.ActionResult
model LoLUniverse.Models.ChampionsModel
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ChampionsModel model ) : System.Web.Mvc.ActionResult
model LoLUniverse.Models.ChampionsModel
Résultat System.Web.Mvc.ActionResult