C# Класс TasksApp.Controllers.Api.Version1.TasksController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( ) : IEnumerable

Retrieves all the tasks

Get ( int id ) : Task

Gets task with the specified id.

Описание методов

Get() публичный Метод

Retrieves all the tasks
public Get ( ) : IEnumerable
Результат IEnumerable

Get() публичный Метод

Gets task with the specified id.
public Get ( int id ) : Task
id int The id.
Результат TasksApp.Models.Task