Click or drag to resize
Infosoft Logo

IInvoiceReminderEntityService Interface

A base repository service for manipulating InvoiceReminder 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 IInvoiceReminderEntityService : IInvoiceReminderQueryService, 
	IBusinessService

The IInvoiceReminderEntityService type exposes the following members.

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