Lint
This commit is contained in:
12
src/main/kotlin/fr/postgresjson/repository/RepositoryI.kt
Normal file
12
src/main/kotlin/fr/postgresjson/repository/RepositoryI.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package fr.postgresjson.repository
|
||||
|
||||
import fr.postgresjson.connexion.Requester
|
||||
|
||||
interface RepositoryI {
|
||||
var requester: Requester
|
||||
|
||||
enum class Direction {
|
||||
asc,
|
||||
desc
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user