Exemple #1
0
 public ParticipanteAprenderController()
 {
     GestorDeParticipanteAprender = new GestorDeParticipanteAprender();
 }
 //Lista os aprenders de participantes do banco de dados na grid
 protected void List()
 {
     GestorDeParticipanteAprender           = new GestorDeParticipanteAprender();
     StoreParticipanteAprenderId.DataSource = this.GestorDeParticipanteAprender.ObterTodosOsRegistros();
     StoreParticipanteAprenderId.DataBind();
 }