Added logs to the 'Get List of Contacts' endpoint.

This commit is contained in:
ashutosh.nehete 2025-05-15 11:38:31 +05:30
parent 81992f6abd
commit 2985cba79b

View File

@ -896,4 +896,4 @@ namespace Marco.Pms.Services.Helpers
return ApiResponse<object>.ErrorResponse("User send empty data", "User send empty data", 400);
}
}
}
}