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
파일 보기 프로젝트 열기: JamesRandall/Insanely-Simple-Blog

공개 메소드들

메소드 설명
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