public async Task <ContratoPublicacionPc> GetProductoPorIdProducto(int idPublicacion) { try { return(await _coFachada.GetProductoPorIdProducto(idPublicacion)); } catch (COExcepcion e) { throw e; } }