Refactor Category and Link Repository to use generic the persistence adapter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a1a67b3a7c
commit
e634fbd1aa
8 changed files with 75 additions and 19 deletions
|
@ -1,6 +1,5 @@
|
|||
package category;
|
||||
|
||||
public interface CategoryIdGenerator
|
||||
{
|
||||
public interface CategoryIdGenerator {
|
||||
CategoryId generateId();
|
||||
}
|
||||
|
|
Reference in a new issue