Click or drag to resize
Infosoft Logo

ICallResultEntityServiceCreate Method

Creates a new CallResult

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

Parameters

request  CallResult
The request containing the values of the new CallResult

Return Value

CallResult
The created CallResult
See Also