develop #2

Merged
Partow merged 15 commits from develop into main 2026-05-03 09:32:53 +00:00
Showing only changes of commit fb7b7716de - Show all commits
+1 -1
View File
@@ -34,7 +34,7 @@ public class Course {
}
public List<Student> getStudents() {
return students; // ساده، بدون unmodifiable
return students;
}
public void showStudents() {