C# Class 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.
Inheritance: ApiController
Exibir arquivo Open project: JamesRandall/Insanely-Simple-Blog

Public Methods

Method Description
GetAll ( ) : IEnumerable
InsanelySimpleBlogCategoryController ( ) : System.Collections.Generic
InsanelySimpleBlogCategoryController ( ICategoriesService categoriesService ) : System.Collections.Generic

Method Details

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

InsanelySimpleBlogCategoryController() public method

public InsanelySimpleBlogCategoryController ( ) : System.Collections.Generic
return System.Collections.Generic

InsanelySimpleBlogCategoryController() public method

public InsanelySimpleBlogCategoryController ( ICategoriesService categoriesService ) : System.Collections.Generic
categoriesService ICategoriesService
return System.Collections.Generic