예제 #1
0
 public IEnumerable <Journal> GetJournal(int id)
 {
     return(studentDao.GetJournal(id));
 }