Subversion Repositories eFlore/Applications.del

Rev

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

Rev 335 Rev 346
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
 
-
 
3
import java.util.List;
-
 
4
 
-
 
5
import org.tela_botanica.del.client.modeles.Image;
2
 
-
 
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
Line 6... Line 4...
6
import org.tela_botanica.del.client.modeles.InformationsRecherche;
4
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
Line 7... Line 5...
7
 
5
 
Line 8... Line 6...
8
public interface ImageService {
6
public interface ImageService {
Line 9... Line 7...
9
 
7