Example #1
0
 private void ConsultarAño()
 {
     TblVista.DataSource = liquidacionCuotaModeradoraService.FiltrarAño(CmbAño.Text);
 }