Click or drag to resize

IOperationService.GetMarketingSourceById Method

Returns marketingSource by id.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IMarketingSource GetMarketingSourceById(
	Guid id
)

Parameters

id
Type: System.Guid

Return Value

Type: IMarketingSource
See Also