ReadOnlyCompanyService<T> class
Base read-only access for Customer API services working with company data.
public abstract class ReadOnlyCompanyService<T> : IReadOnlyCompanyService<T>
where T : IEntity
parameter | description |
---|---|
T |
Public Members
name | description |
---|---|
virtual Distinct(…) | Gets a list of distinct items from a remote resource. |
virtual Get(…) | Gets an item (GET) from a remote company collection. |
virtual List(…) | Gets a list of items (GET) from a remote company collection. |
Protected Members
name | description |
---|---|
ReadOnlyCompanyService() | The default constructor. |
See Also
- interface IReadOnlyCompanyService<T>
- interface IEntity
- namespace Amica