Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
879 |
aurelien |
1 |
package org.tela_botanica.del.client.services.rest;
|
|
|
2 |
|
|
|
3 |
import org.tela_botanica.del.client.modeles.Commentaire;
|
|
|
4 |
import org.tela_botanica.del.client.services.rest.async.CommentaireCallback;
|
|
|
5 |
|
|
|
6 |
public interface CommentaireService {
|
|
|
7 |
public void ajouterCommentaire(Commentaire commentaire, CommentaireCallback callback);
|
|
|
8 |
}
|