Skip to content

IService<T>.Delete method

Deletes an item from a remote resource.

public Task<Response<T>> Delete(int id)
parameter description
id item id

See Also