ICustomer |
public interface ICustomerDeleteLogEntityService : ICustomerDeleteLogQueryService, IBusinessService
The ICustomerDeleteLogEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new CustomerDeleteLog | |
Delete | Deletes the specified CustomerDeleteLog. | |
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) | |
Update | Updates the specified CustomerDeleteLog |