C# Класс InsanelySimpleBlog.Controllers.InsanelySimpleBlogCategoryController

We don't just rely on the namespace to differentiate our controller from other controllers that might be called "PostController" as currently Web API doesn't deal with two controllers in different namespaces with the same name.
Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAll ( ) : IEnumerable
InsanelySimpleBlogCategoryController ( ) : System.Collections.Generic
InsanelySimpleBlogCategoryController ( ICategoriesService categoriesService ) : System.Collections.Generic

Описание методов

GetAll() публичный Метод

public GetAll ( ) : IEnumerable
Результат IEnumerable

InsanelySimpleBlogCategoryController() публичный Метод

public InsanelySimpleBlogCategoryController ( ) : System.Collections.Generic
Результат System.Collections.Generic

InsanelySimpleBlogCategoryController() публичный Метод

public InsanelySimpleBlogCategoryController ( ICategoriesService categoriesService ) : System.Collections.Generic
categoriesService ICategoriesService
Результат System.Collections.Generic