public async Task <Respuesta <IProductoCompuestoDTO> > LeerProducto(IProductoDTO producto) { return(await productoDAL.LeerProducto(producto)); }