예제 #1
0
 public List <Image> SelectAllImage()
 {
     return(imageDao.SelectAll());
 }