forked from s434786/DINO_SCRUM
Merge remote-tracking branch 'starskiRepo/backend'
# Conflicts: # README.md
This commit is contained in:
parent
48f36a188b
commit
1999d4cb12
@ -110,6 +110,7 @@ public class ProductServiceImpl implements ProductService {
|
|||||||
return productRepository.findById(productToChange.getId().longValue());
|
return productRepository.findById(productToChange.getId().longValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long count() {
|
public long count() {
|
||||||
return productRepository.count();
|
return productRepository.count();
|
||||||
|
Loading…
Reference in New Issue
Block a user