Méthode | Description | |
---|---|---|
GetTodoList ( int id ) : TodoListDto | ||
GetTodoLists ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
DeleteTodoList ( int id ) : HttpResponseMessage, | ||
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage, | ||
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetTodoList ( int id ) : TodoListDto | ||
id | int | |
Résultat | TodoListDto |