Exemplo n.º 1
0
 public PedidoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
Exemplo n.º 2
0
 public PagoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
Exemplo n.º 3
0
 public ClienteDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
Exemplo n.º 4
0
 public ProductoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }