Esempio n. 1
0
 /// <summary>
 /// Returns whether the given studentID is existing or not
 /// </summary>
 /// <param name="studentID">Id of a particular student</param>
 /// <returns>True or False</returns>
 public bool CheckStudentID(string studentID)
 {
     return(studentDataService.CheckStudentID(studentID));
 }