Proyecto Fin de Carrera 2011
Obtiene el colectivo que coincide 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 Colectivo Obtener(
	int p_intIdentificador
)
Visual Basic
Public Shared Function Obtener ( _
	p_intIdentificador As Integer _
) As Colectivo
Visual C++
public:
static Colectivo^ Obtener(
	int p_intIdentificador
)

Parameters

p_intIdentificador
Type: System..::..Int32
Identificador del colectivo

Return Value

Colectivo

See Also