Click or drag to resize
Infosoft Logo

IVolumeChangeEntityService Interface

A base repository service for manipulating VolumeChange 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 IVolumeChangeEntityService : IVolumeChangeQueryService, 
	IBusinessService

The IVolumeChangeEntityService type exposes the following members.

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