private void CargarListaPrestamo() { lstPrestamos.DataSource = null; lstPrestamos.DataSource = prestamoservicio.TraerPrestamos(); }
//EVENTOS private void Form1_Load(object sender, EventArgs e) { CargarTiposPrestamo(_tipoPrestamoServicio.TraerTiposPrestamo()); CargarPrestamos(_prestamoServicio.TraerPrestamos()); }