Click or drag to resize
Infosoft Logo

IImportFormatEntityServiceUpdate Method

Updates the specified ImportFormat

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ImportFormat Update(
	ImportFormat request
)

Parameters

request  ImportFormat
Request with values of ImportFormat to update, make sure the primary key is set.

Return Value

ImportFormat
The updated ImportFormat
See Also