C# 클래스 gitflow_visual_studio.Controllers.TodoListController

상속: ApiController
파일 보기 프로젝트 열기: Granicus/gitflow_visual_studio

공개 메소드들

메소드 설명
GetTodoList ( int id ) : TodoListDto
GetTodoLists ( ) : IEnumerable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DeleteTodoList ( int id ) : HttpResponseMessage
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetTodoList() 공개 메소드

public GetTodoList ( int id ) : TodoListDto
id int
리턴 gitflow_visual_studio.Models.TodoListDto

GetTodoLists() 공개 메소드

public GetTodoLists ( ) : IEnumerable
리턴 IEnumerable