IContact | |
public interface IContactPersonService : IContactPersonQueryService, IBusinessService
The IContactPersonService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of ContactPersons matching the specified filter.
(Inherited from IContactPersonQueryService) | |
| GetAll |
Gets all ContactPersons
(Inherited from IContactPersonQueryService) | |
| GetSingle |
Gets a single ContactPerson matching the provided filter.
(Inherited from IContactPersonQueryService) |