示例#1
0
 public CompraDAO()
 {
     this.repo = new LojaRepository();
 }
示例#2
0
 public ProdutoDAO()
 {
     this.repo = new LojaRepository();
 }