wilksonccp / CSharp_CourseControl_Project

This is a course management system project developed in C#. The goal of this project is to demonstrate the implementation of a basic system that manages courses, students, and enrollments, allowing the addition, removal, and listing of information.
MIT License
0 stars 0 forks source link

check ID of course and student #4

Closed wilksonccp closed 5 hours ago

wilksonccp commented 6 hours ago

Build the loop to check the ID of student and ID of course before do enrollment. Show if the ID inserted is already in use and ask another ID

wilksonccp commented 5 hours ago

Validations added with the help of two new functions in the 'ValidationHelper' class