ICustomer | |
public interface ICustomerExternalInfoService : ICustomerExternalInfoQueryService, IBusinessService
The ICustomerExternalInfoService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of CustomerExternalInfos matching the specified filter.
(Inherited from ICustomerExternalInfoQueryService) | |
| GetAll |
Gets all CustomerExternalInfos
(Inherited from ICustomerExternalInfoQueryService) | |
| GetSingle |
Gets a single CustomerExternalInfo matching the provided filter.
(Inherited from ICustomerExternalInfoQueryService) |