Method | Description | |
---|---|---|
Delete ( int id ) : void | ||
Post ( [ value ) : void |
Creates a new person.
|
|
Put ( int id, [ value ) : void |
Updates the existing person.
|
Method | Description | |
---|---|---|
AddHour ( System.DateTime time ) : System.DateTime | ||
Calculate ( int a, int b, [ c ) : int | ||
Get ( int id ) : |
||
Get ( ) : IEnumerable |
||
LoadComplexObject ( ) : |
||
Swagger ( ) : |
||
TestAsync ( ) : Task |
||
Xyz ( |
public Put ( int id, [ value ) : void | ||
id | int | The ID. |
value | [ | The person. |
return | void |