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