This commit is contained in:
parent
d1fdad7cf9
commit
3ef31c9c3c
23 changed files with 228 additions and 27 deletions
|
@ -7,7 +7,7 @@ public class CategoryUseCase {
|
|||
private final CategoryRepository categoryRepository;
|
||||
private final CategoryIdGenerator categoryIdGenerator;
|
||||
|
||||
CategoryUseCase(final CategoryRepository categoryRepository, final CategoryIdGenerator idGenerator) {
|
||||
public CategoryUseCase(final CategoryRepository categoryRepository, final CategoryIdGenerator idGenerator) {
|
||||
this.categoryRepository = categoryRepository;
|
||||
this.categoryIdGenerator = idGenerator;
|
||||
}
|
||||
|
|
Reference in a new issue