Subversion Repositories eFlore/Applications.del

Rev

Rev 283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 283 Rev 814
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
 
2
 
Line 5... Line 3...
5
import org.tela_botanica.del.client.modeles.Protocole;
3
import org.tela_botanica.del.client.services.rest.async.ProtocolesCallback;
Line 6... Line 4...
6
 
4
 
Line 7... Line 5...
7
public interface ProtocoleService {
5
public interface ProtocoleService {
Line 8... Line 6...
8
 
6