public ProductDTOResp ConsultarConProductID(ProductDTOReq req) { ProductDTOResp resp = new ProductDTOResp(); resp.products = dal.ObtenerProduct(req.products[0].Id); return(resp); }