Click or drag to resize
Infosoft Logo

IUMSVoiceProfile_x_ResponseEntityService Interface

A base repository service for manipulating UMSVoiceProfile_x_Response 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 IUMSVoiceProfile_x_ResponseEntityService : IUMSVoiceProfile_x_ResponseQueryService, 
	IBusinessService

The IUMSVoiceProfile_x_ResponseEntityService type exposes the following members.

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