C# Class Interfaz_Presentadores.Modulo7.PresentadorListarMatriculasPagas

Presentador para listar las matriculas que han sido canceladas
Mostrar archivo Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
ConsultarListaMatriculasPagas ( Entidad idPersona ) : void
PresentadorListarMatriculasPagas ( IContratoListarMatriculasPagas laVista ) : System

Constructor del presentador

Method Details

ConsultarListaMatriculasPagas() public method

public ConsultarListaMatriculasPagas ( Entidad idPersona ) : void
idPersona DominioSKD.Entidad
return void

PresentadorListarMatriculasPagas() public method

Constructor del presentador
public PresentadorListarMatriculasPagas ( IContratoListarMatriculasPagas laVista ) : System
laVista IContratoListarMatriculasPagas instancia de la vista
return System