C# Class gitflow_visual_studio.Controllers.TodoListController

Inheritance: ApiController
Mostra file Open project: Granicus/gitflow_visual_studio

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 gitflow_visual_studio.Models.TodoListDto

GetTodoLists() public method

public GetTodoLists ( ) : IEnumerable
return IEnumerable