C# 클래스 ModernWebStore.Api.Controllers.CategoryController

상속: BaseController
파일 보기 프로젝트 열기: andrebaltieri/mwa-api

공개 메소드들

메소드 설명
CategoryController ( ICategoryApplicationService service ) : System

비공개 메소드들

메소드 설명
Delete ( int id ) : Task
Get ( ) : Task
Get ( int id ) : Task
Get ( int skip, int take ) : Task
Post ( [ body ) : Task
Put ( int id, [ body ) : Task

메소드 상세

CategoryController() 공개 메소드

public CategoryController ( ICategoryApplicationService service ) : System
service ICategoryApplicationService
리턴 System