Issue Description
Refactor the convertToOrgMemberDTO() method in both DashboardService and TeamMemberController to eliminate redundant code.
Expected Behavior
The implementation should be streamlined to avoid code duplication, enhancing maintainability.
Actual Behavior
Currently, the same convertToOrgMemberDTO() method is implemented in multiple places, leading to redundancy
Issue Description
Refactor the convertToOrgMemberDTO() method in both DashboardService and TeamMemberController to eliminate redundant code.
Expected Behavior
The implementation should be streamlined to avoid code duplication, enhancing maintainability.
Actual Behavior
Currently, the same convertToOrgMemberDTO() method is implemented in multiple places, leading to redundancy