17181920212223
public class SetorControle { private SetorRepositorio stRep; public SetorControle(){ this.stRep = new SetorRepositorio(); }