コード例 #1
0
 public Image GetById(int id)
 {
     return(imageDao.GetImageById(id));
 }