Esempio n. 1
0
 public RequestComment GetCommentWithAnswers(Guid id)
 {
     return(comments.GetCommentWithAnswers(id));
 }