Subversion Repositories eFlore/Applications.del

Rev

Rev 501 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 501 Rev 823
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.VoteProtocole;
Line 5... Line 6...
5
import org.tela_botanica.del.client.modeles.VoteProtocole;
6
import org.tela_botanica.del.client.services.rest.async.VoteProtocoleCallback;
Line 6... Line 7...
6
 
7
 
Line -... Line 8...
-
 
8
public interface VoteProtocoleService {
-
 
9
		
7
public interface VoteProtocoleService {
10
	public List<VoteProtocole> getVote(String idImage);
Line 8... Line 11...
8
 
11