Serwer 2.3.1 - fix product update #23
@ -110,6 +110,7 @@ public class ProductServiceImpl implements ProductService {
|
||||
return productRepository.findById(productToChange.getId().longValue());
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public long count() {
|
||||
return productRepository.count();
|
||||
|
Loading…
Reference in New Issue
Block a user