IOperationServiceRegisterExternalCourierServicesProvider Method |
Registers ecs provider.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIDisposable 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