Proyecto Fin de Carrera 2011
Obtiene una lista con todas las vinculaciones entre empleados y colectivos que coinciden con los parámetros indicados

Namespace: NHibernate_SGF.Services
Assembly: NHibernate_SGF (in NHibernate_SGF.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static IList<EmpleadoColectivo> ObtenerLista(
	EmpleadoColectivo empleadoColectivo
)
Visual Basic
Public Shared Function ObtenerLista ( _
	empleadoColectivo As EmpleadoColectivo _
) As IList(Of EmpleadoColectivo)
Visual C++
public:
static IList<EmpleadoColectivo^>^ ObtenerLista(
	EmpleadoColectivo^ empleadoColectivo
)

Parameters

empleadoColectivo
Type: NHibernate_SGF.Entities..::..EmpleadoColectivo
Parámetros de filtrado de las vinculaciones

Return Value

Lista de vinculaciones entre empleados y colectivos

See Also