public VentaDAO(ContextBD context) { _context = context; }
public ProductoDAO(ContextBD context) { _context = context; }