Click or drag to resize
Infosoft Logo

IImportFormatEntityService Interface

A base repository service for manipulating ImportFormat 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 IImportFormatEntityService : IImportFormatQueryService, 
	IBusinessService

The IImportFormatEntityService type exposes the following members.

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