DalvinCodes / tenant-management

Create and Manage Tenants of WATTBA
0 stars 0 forks source link

Implement "Update Tenant Company" function in the service layer. #15

Open DalvinCodes opened 1 year ago

DalvinCodes commented 1 year ago

Description: As a developer, I want to implement the "Update Tenant Company" function in the service layer, so that I can update company details for a specific tenant.

Acceptance Criteria:

A new "Update Tenant Company" function is implemented in the service layer. The function takes input parameters such as tenant ID and updated company details. The function updates the company details in the appropriate database. The function returns a success message and/or an error message to the controller layer. Unit tests are written and passing for the "Update Tenant Company" function.