Click or drag to resize
Infosoft Logo

IEconomySubscriptionLogEntityService Interface

A base repository service for manipulating EconomySubscriptionLog 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 IEconomySubscriptionLogEntityService : IEconomySubscriptionLogQueryService, 
	IBusinessService

The IEconomySubscriptionLogEntityService type exposes the following members.

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