public CompraDAO() { this.repo = new LojaRepository(); }
public ProdutoDAO() { this.repo = new LojaRepository(); }