Subversion Repositories eFlore/Applications.del

Rev

Rev 326 | Rev 346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 326 Rev 335
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest;
1
package org.tela_botanica.del.client.services.rest;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import java.util.List;
3
import java.util.List;
-
 
4
 
Line 4... Line 5...
4
 
5
import org.tela_botanica.del.client.modeles.Image;
Line 5... Line 6...
5
import org.tela_botanica.del.client.modeles.Image;
6
import org.tela_botanica.del.client.modeles.InformationsRecherche;
Line 6... Line 7...
6
 
7
 
Line 7... Line 8...
7
public interface ImageService {
8
public interface ImageService {