package parziale.p251110;

public class Paziente {

	private String id;
	private int annoNascita;
	
}
