Exemple #1
0
 public PedidoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
Exemple #2
0
 public PagoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
Exemple #3
0
 public ClienteDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }
 public ProductoDAO(GestorMySQL gestorMySQL)
 {
     this.gestorMySQL = gestorMySQL;
 }