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