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