コード例 #1
0
ファイル: AdminServiceImpl.java プロジェクト: Husarz/cloudcms
 @Override
 public List<Album> getAlbums() {
   return albumDao.getAlbums();
 }