コード例 #1
0
 @Override
 public List<PriceHistory> getItemHistoryPrices(Item item) {
   return priceHistoryDao.getAllHistoryPrices(item);
 }