Click or drag to resize
Infosoft Logo

IAddOnDeliveryEntityServiceUpdate Method

Updates the specified AddOnDelivery

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

Parameters

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

Return Value

AddOnDelivery
The updated AddOnDelivery
See Also