Subversion Repositories eFlore/Applications.del

Rev

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

Rev 291 Rev 312
Line 7... Line 7...
7
public interface ImageService {
7
public interface ImageService {
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
	public abstract List<Image> getImagesEfloreParTaxon(String nomTaxon);
9
	public abstract List<Image> getImagesEfloreParTaxon(String nomTaxon);
-
 
10
 
-
 
11
	public abstract List<Image> getImages(int debut, int fin);
Line 10... Line 12...
10
 
12