Метод | Описание | |
---|---|---|
Delete ( int id ) : void | ||
Get ( int id ) : |
||
GetLinkForResource ( string resourceId, object o ) : Link | ||
PersonController ( IPersonRepository personRepository ) : System.Collections.Generic | ||
Post ( |
||
Put ( |
Метод | Описание | |
---|---|---|
Get ( ) : IEnumerable |
public GetLinkForResource ( string resourceId, object o ) : Link | ||
resourceId | string | |
o | object | |
Результат | Link |
public PersonController ( IPersonRepository personRepository ) : System.Collections.Generic | ||
personRepository | IPersonRepository | |
Результат | System.Collections.Generic |
public Post ( |
||
person | ||
Результат |
public Put ( |
||
person | ||
Результат | void |