IReadOnlyCompanyService<T>.Get method
Gets an item from a remote company resource.
public Task<Response<T>> Get(int id, RequestSettings settings, ExpandOptions<T>? options = null,
bool refresh = false)
| parameter | description |
|---|---|
| id | item id |
| options | expand options |
| refresh | wether the local cache should be ignored or not |
| settings | request settings |
See Also
- class Response<T>
- class RequestSettings
- class ExpandOptions<T>
- interface IReadOnlyCompanyService<T>
- namespace Amica