Click or drag to resize
Infosoft Logo

ICustomerDeleteLogEntityService Interface

A base repository service for manipulating CustomerDeleteLog entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICustomerDeleteLogEntityService : ICustomerDeleteLogQueryService, 
	IBusinessService

The ICustomerDeleteLogEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new CustomerDeleteLog
Public methodDelete Deletes the specified CustomerDeleteLog.
Public methodGet Gets a list of CustomerDeleteLogs matching the specified filter.
(Inherited from ICustomerDeleteLogQueryService)
Public methodGetAll Gets all CustomerDeleteLogs
(Inherited from ICustomerDeleteLogQueryService)
Public methodGetSingle Gets a single CustomerDeleteLog matching the provided filter.
(Inherited from ICustomerDeleteLogQueryService)
Public methodUpdate Updates the specified CustomerDeleteLog
Top
See Also