-
- All Implemented Interfaces:
public interface IFoodManagerProvider
This interface is used for exposing an implementation of the API that should be used by the client for accessing the food module functionality
-
-
Method Summary
Modifier and Type Method Description abstract IFoodApi
provide()
This method provides a concrete implementation object of the food module API. abstract IFoodApi
provide(IFoodCommerceApi commerceApi)
This method provides a concrete implementation object of the food module API. -
-
Method Detail
-
provide
abstract IFoodApi provide()
This method provides a concrete implementation object of the food module API. See IFoodApi
-
provide
abstract IFoodApi provide(IFoodCommerceApi commerceApi)
This method provides a concrete implementation object of the food module API. See IFoodApi
- Parameters:
commerceApi
- implementation for IFoodCommerceApi
-
-
-
-