17181920212223
public class ProfPisControle { private ProfPisRepositorio ppRep; public ProfPisControle(){ this.ppRep = new ProfPisRepositorio(); }