Method | Description | |
---|---|---|
Delete ( int id ) : void | ||
Get ( int id ) : |
||
GetLinkForResource ( string resourceId, object o ) : Link | ||
PersonController ( IPersonRepository personRepository ) : System.Collections.Generic | ||
Post ( |
||
Put ( |
Method | Description | |
---|---|---|
Get ( ) : IEnumerable |
public GetLinkForResource ( string resourceId, object o ) : Link | ||
resourceId | string | |
o | object | |
return | Link |
public PersonController ( IPersonRepository personRepository ) : System.Collections.Generic | ||
personRepository | IPersonRepository | |
return | System.Collections.Generic |
public Post ( |
||
person | ||
return |
public Put ( |
||
person | ||
return | void |