17181920212223
public class OrgControle { private OrgRepositorio orgRep; public OrgControle(){ this.orgRep = new OrgRepositorio(); }