Move all file in fr.dcproject.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package fr.dcproject.component.article
|
||||
|
||||
import org.koin.dsl.module
|
||||
|
||||
val articleKoinModule = module {
|
||||
single { ArticleRepository(get()) }
|
||||
single { ArticleAccessControl(get()) }
|
||||
}
|
||||
Reference in New Issue
Block a user