C# 클래스 TasksApp.Controllers.Api.Version1.TasksController

상속: ApiController
파일 보기 프로젝트 열기: colinbowern/Presentations

공개 메소드들

메소드 설명
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