amezenin / encyclopedia-kn

0 stars 0 forks source link

It is not good to use other repository in service #5

Open vahid-forghani opened 2 years ago

vahid-forghani commented 2 years ago

https://github.com/amezenin/encyclopedia-kn/blob/d53e5f3c72c28001a877e8c4e140c8eff7fe7b01/src/main/java/com/knits/product/service/ArticleService.java#L36

You are only allowed to use ArticleRepository in ArticleService and for other you need to use their service

amezenin commented 2 years ago

https://github.com/amezenin/encyclopedia-kn/blob/d53e5f3c72c28001a877e8c4e140c8eff7fe7b01/src/main/java/com/knits/product/service/ArticleService.java#L36

You are only allowed to use ArticleRepository in ArticleService and for other you need to use their service

Thank you! Fixed