Click or drag to resize

BookingAuthenticateWcfServiceAddCustomerCase Method

Add a new case related to a customer.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CaseWeb AddCustomerCase(
	AddCustomerCaseCriteria criteria
)

Parameters

criteria
Type: AddCustomerCaseCriteria
The criteria for creating the case.

Return Value

Type: CaseWeb
The newly created case.

Implements

IBookingAuthenticateWcfServiceAddCustomerCase(AddCustomerCaseCriteria)
See Also