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