fixes bug #0007445
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@57005 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
62ce775a83
commit
899e4e8fdc
|
@ -5,6 +5,8 @@
|
|||
package com.rjconsultores.ventaboletos.service;
|
||||
|
||||
import com.rjconsultores.ventaboletos.entidad.Empleado;
|
||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
|
@ -14,4 +16,6 @@ import java.util.List;
|
|||
public interface EmpleadoService extends GenericService<Empleado, Integer> {
|
||||
|
||||
public List<Empleado> pesquisaClave(String empleadoClave);
|
||||
|
||||
public List<Empleado> pesquisaEmpresa(Empresa empresa);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue