C# Class gitflow_visual_studio.Controllers.TodoListController

Inheritance: ApiController
Afficher le fichier Open project: Granicus/gitflow_visual_studio

Méthodes publiques

Méthode Description
GetTodoList ( int id ) : TodoListDto
GetTodoLists ( ) : IEnumerable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteTodoList ( int id ) : HttpResponseMessage
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetTodoList() public méthode

public GetTodoList ( int id ) : TodoListDto
id int
Résultat gitflow_visual_studio.Models.TodoListDto

GetTodoLists() public méthode

public GetTodoLists ( ) : IEnumerable
Résultat IEnumerable