예제 #1
0
 public Student Show(int id)
 {
     return(studentDao.Show(id));
 }