Click or drag to resize

IOperationServiceRegisterExternalCourierServicesProvider Method

Registers ecs provider.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IDisposable RegisterExternalCourierServicesProvider(
	string providerId,
	Func<(Guid , string )[]> getServicesCallback
)

Parameters

providerId
Type: SystemString
Unique service provider id.
getServicesCallback
Type: SystemFuncValueTupleGuid, String
External courier services provider.

Return Value

Type: IDisposable
See Also