Open Issues Need Help
View All on GitHub Encapsulation missing for different Model classes 2 months ago
AI Summary: Implement encapsulation in the `SalaryDetails` and `LeaveRequest` classes within the C# portion of the Design Principles Learning Project. This involves making the class members private and providing public methods to access and modify them, adhering to good object-oriented programming practices.
Complexity:
2/5
good first issue
Remove unused imports from the Project files 2 months ago
AI Summary: The task involves removing all unused `using` statements from the C# project files within the 'Design Principles Learning Project'. This is a code cleanup task to improve code readability and maintainability.
Complexity:
2/5
good first issue