public ProductoDao()
 {
     this.conexionPostgreSql = new ConexionPostreSql();
 }
예제 #2
0
 public VentaDao()
 {
     this.conexionPostgreSql = new ConexionPostreSql();
 }
 public CategoriaDao()
 {
     this.conexionPostgreSql = new ConexionPostreSql();
 }