Added the API to get list of services according to the project and logged in employee #132

Merged
ashutosh.nehete merged 2 commits from Ashutosh_Task#1225 into Organization_Management 2025-09-19 08:53:59 +00:00
Showing only changes of commit 009ac36e38 - Show all commits

View File

@ -1877,7 +1877,7 @@ namespace Marco.Pms.Services.Service
} }
var response = _mapper.Map<List<ServiceMasterVM>>(services); var response = _mapper.Map<List<ServiceMasterVM>>(services);
return ApiResponse<object>.SuccessResponse(response, "Services has been deassigned to the project", 200); return ApiResponse<object>.SuccessResponse(response, "Successfully fetched the services for this project", 200);
} }
catch (DbUpdateException dbEx) catch (DbUpdateException dbEx)
{ {