IReadOnlyService<T> interface
Read-only service working with a remote resource.
public interface IReadOnlyService<T>
where T : IEntity
| parameter | description |
|---|---|
| T |
Members
| name | description |
|---|---|
| Get(…) | Gets an item from a remote resource. |
| List(…) | Gets a list of items from a remote resource. |