Esempio n. 1
0
 //Student Services
 public Student GetStudent(string Username)
 {
     return(studentDao.GetStudent(Username));
 }