Proyecto Fin de Carrera 2011
Obtiene una lista con todas las vinculaciones entre empleados y colectivos

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()
Visual Basic
Public Shared Function ObtenerLista As IList(Of EmpleadoColectivo)
Visual C++
public:
static IList<EmpleadoColectivo^>^ ObtenerLista()

Return Value

Lista de vinculaciones entre empleados y colectivos

See Also