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