17181920212223
public class UfControle { private UfRepositorio ufRep; public UfControle(){ this.ufRep = new UfRepositorio(); }