IOperationServiceRegisterExternalCompanyInfoSearchProvider Method |
Registers external company info search provider.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax IDisposable RegisterExternalCompanyInfoSearchProvider(
Func<string, ExternalCompanyInfo> getCompanyInfoCallback
)
Parameters
- getCompanyInfoCallback
- Type: SystemFuncString, ExternalCompanyInfo
External company info search provider.
Return Value
Type:
IDisposableSee Also