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