Skip to content

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