Method | Description | |
---|---|---|
GetPeople ( ) : IQueryable |
Returns all people in the system.
|
|
PutPerson ( int id, |
Puts the person.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.
|
Method | Description | |
---|---|---|
DeletePerson ( int id ) : Task |
||
GetPerson ( int id ) : Task |
||
PersonExists ( int id ) : bool |
Persons the exists.
|
|
PostPerson ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public PutPerson ( int id, |
||
id | int | The identifier. |
person | The person. | |
return | Task |