Subversion Repositories Integrator Subversion

Rev

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

Rev 106 Rev 195
Line 4... Line 4...
4
4
-
 
5
import br.com.ec.core.consulta.ParametrosConsulta;
-
 
6
import br.com.ec.core.generic.GenericService;
5
import br.com.ec.domain.model.Cliente;
7
import br.com.ec.domain.model.Cliente;
6
import br.edu.cesmac.core.consulta.ParametrosConsulta;
-
 
7
import br.edu.cesmac.core.generic.GenericService;
-
 
8
8
9
public interface ClienteService extends GenericService<Cliente> {
9
public interface ClienteService extends GenericService<Cliente> {
10
10
11
        Cliente detalharCliente(Cliente cliente);
11
        Cliente detalharCliente(Cliente cliente);
12
       
12