C# 클래스 TodoListController, MVCSPAWithEmberjs

상속: ApiController
파일 보기 프로젝트 열기: xqiu/MVCSPAWithEmberjs 1 사용 예제들

공개 메소드들

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

GetTodoLists() 공개 메소드

public GetTodoLists ( ) : IEnumerable
리턴 IEnumerable