Click or drag to resize
Infosoft Logo

IFrequencyEntityService Interface

A base repository service for manipulating Frequency 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 IFrequencyEntityService : IFrequencyQueryService, 
	IBusinessService

The IFrequencyEntityService type exposes the following members.

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