// updateNewsItem public void updateNewsItemById(NewsItemInputModel model, int id) { _newsRepository.updateById(model, id); }