public async Task <IActionResult> PutProductos(int id, Productos productos) { return(Ok(await _repository.EditarProducto(id, productos))); }