コード例 #1
0
 public BookImageManager(IBookImageDal bookImageDal)
 {
     _bookImageDal = bookImageDal;
 }