Organization_Management #142

Merged
ashutosh.nehete merged 92 commits from Organization_Management into main 2025-09-30 09:05:14 +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)
{ {