C# Class InsanelySimpleBlog.Controllers.InsanelySimpleBlogSidebarController

Inheritance: ApiController
Afficher le fichier Open project: JamesRandall/Insanely-Simple-Blog Class Usage Examples

Méthodes publiques

Méthode Description
Get ( ) : SidebarViewModel
InsanelySimpleBlogSidebarController ( ) : System.Web.Http
InsanelySimpleBlogSidebarController ( ICategoriesService categoriesService, IIndexService indexService ) : System.Web.Http

Method Details

Get() public méthode

public Get ( ) : SidebarViewModel
Résultat InsanelySimpleBlog.ViewModel.SidebarViewModel

InsanelySimpleBlogSidebarController() public méthode

public InsanelySimpleBlogSidebarController ( ) : System.Web.Http
Résultat System.Web.Http

InsanelySimpleBlogSidebarController() public méthode

public InsanelySimpleBlogSidebarController ( ICategoriesService categoriesService, IIndexService indexService ) : System.Web.Http
categoriesService ICategoriesService
indexService IIndexService
Résultat System.Web.Http