Click or drag to resize
Infosoft Logo

ISaleEntityServiceUpdate Method

Updates the specified Sale

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

Parameters

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

Return Value

Sale
The updated Sale
See Also