Пример #1
0
 public CommentsModel Get(int id)
 {
     return(_commentsService.GetCommentByID(id));
 }