C# Class TodoListController, MVCSPAWithEmberjs

Inheritance: ApiController
显示文件 Open project: xqiu/MVCSPAWithEmberjs Class Usage Examples

Public Methods

Method Description
GetTodoList ( int id ) : TodoListDto
GetTodoLists ( ) : IEnumerable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteTodoList ( int id ) : HttpResponseMessage,
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage,
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage,

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetTodoList() public method

public GetTodoList ( int id ) : TodoListDto
id int
return TodoListDto

GetTodoLists() public method

public GetTodoLists ( ) : IEnumerable
return IEnumerable