C# Class PartsUnlimited.Controllers.HomeController

Inheritance: Microsoft.AspNet.Mvc.Controller
Afficher le fichier Open project: XpiritBV/PartsUnlimited

Méthodes publiques

Méthode Description
Error ( ) : IActionResult
HomeController ( IPartsUnlimitedContext context, IMemoryCache memoryCache ) : Microsoft.AspNet.Mvc
Index ( ) : IActionResult

Private Methods

Méthode Description
GetCommunityPosts ( ) : List
GetNewProducts ( int count ) : List
GetTopSellingProducts ( int count ) : List

Method Details

Error() public méthode

public Error ( ) : IActionResult
Résultat IActionResult

HomeController() public méthode

public HomeController ( IPartsUnlimitedContext context, IMemoryCache memoryCache ) : Microsoft.AspNet.Mvc
context IPartsUnlimitedContext
memoryCache IMemoryCache
Résultat Microsoft.AspNet.Mvc

Index() public méthode

public Index ( ) : IActionResult
Résultat IActionResult