**THIS TICKET IS BLOCKED BY NUMBER #19***
Create a CustomerApi class within the package api/ and add two endpoint methods for creating and removing a customer that are calling the create and remove methods from CustomerService.
Objectives:
1 - Create CustomerApi within the api/ package.
2 - Create two methods create and remove which basically call the create and remove methods from the CustomerService class.
**THIS TICKET IS BLOCKED BY NUMBER #19*** Create a CustomerApi class within the package api/ and add two endpoint methods for creating and removing a customer that are calling the create and remove methods from
CustomerService
.Objectives: 1 - Create CustomerApi within the api/ package. 2 - Create two methods
create
andremove
which basically call the create and remove methods from the CustomerService class.