메소드 | 설명 | |
---|---|---|
Delete ( int id ) : void |
Deletes the specified id.
|
|
Get ( ) : IEnumerable |
Retrieves all the tasks
|
|
Get ( int id ) : |
Gets task with the specified id.
|
|
Post ( |
Posts the specified model.
|
|
Put ( int id, |
Puts the specified id.
|
public Post ( |
||
model | The model. | |
리턴 | void |
public Put ( int id, |
||
id | int | The id. |
model | The model. | |
리턴 | void |