Click or drag to resize
Infosoft Logo

IBundleEntityServiceUpdate Method

Updates the specified Bundle

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

Parameters

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

Return Value

Bundle
The updated Bundle
See Also