Click or drag to resize

IBookingAuthenticateWcfServiceAddCustomerReview Method

Add a new customer review

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#
CustomerReviewWeb AddCustomerReview(
	AddCustomerReviewCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsAddCustomerReviewCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.AddCustomerReview(Tse.EasyBook.Server.DataContracts.AddCustomerReviewCriteria)"]

Return Value

Type: CustomerReviewWeb
A new added customer review.
See Also