public void CreateComment(Comment c) { commentRepository.SaveComment(c); }
public void SaveComment(Comment c) { commentService.CreateComment(c); }