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  String
Unique service provider id.
getServicesCallback  FuncValueTupleGuid, String
External courier services provider.

Return Value

IDisposable
See Also