IService<T>.Add method
Adds an item to a remote resource.
public Task<Response<T>> Add(T instance)
| parameter | description |
|---|---|
| instance | new item |
See Also
- class Response<T>
- interface IService<T>
- namespace Amica
Adds an item to a remote resource.
public Task<Response<T>> Add(T instance)
| parameter | description |
|---|---|
| instance | new item |