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