17181920212223
public class BairroControle { private BairroRepositorio brRep; public BairroControle(){ this.brRep = new BairroRepositorio(); }