shain-app / backend

1 stars 0 forks source link

Add CustomerApi / Api Layer #15

Open dimitarstoyanov95 opened 1 month ago

dimitarstoyanov95 commented 1 month ago

**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.