Example #1
0
 public bool CheckIfElligible(string studentid, string Date)
 {
     return(Lesson.CheckIfElligible(studentid, Date));
 }