Ajout class
This commit is contained in:
parent
c12222a047
commit
efa6e62984
15 changed files with 466 additions and 1 deletions
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface ContactRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface MembreRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface MenuRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface SmileyRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface TacheRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface TeamRepository {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package fr.organizee.repository;
|
||||
|
||||
public interface TodoListRepository {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue