Exemple #1
0
        public bool  CheckIfStudentExistsById(int id)
        {
            studentService = new StudentService();

            return(studentService.CheckIfStudentExistsById(id));
        }