ReadOnlyServiceBase<T> class
Base read-only access for Customer API services.
public abstract class ReadOnlyServiceBase<T> : IReadOnlyService<T>
where T : IEntity
| parameter | description |
|---|---|
| T | target entity type |
Public Members
| name | description |
|---|---|
| virtual Get(…) | Gets an item (GET) from a remote resource. |
| virtual List(…) | Gets a list of items (GET) from a remote resource. |
Protected Members
| name | description |
|---|---|
| ReadOnlyServiceBase() | The default constructor. |
See Also
- interface IReadOnlyService<T>
- interface IEntity
- namespace Amica