getProxyArticleWorth method

ProxyArticleWorth getProxyArticleWorth(
  1. Iterable<Calibre<ArticleRawAbstract>> linesInStore
)

Implementation

ProxyArticleWorth getProxyArticleWorth(Iterable<Calibre> linesInStore) {
  return ProxyArticleWorth.getPriceAndCost(
      linesInStore, this as ProxyArticle);
}