public AlquilerService() { this.alquilerRepo = new AlquilerRepo(); this.clienteRepo = new ClienteRepo(); this.productoRepo = new ProductoRepo(); }
public ProductoService() { this.productoRepo = new ProductoRepo(); }