Esempio n. 1
0
 public List <CommentViewModel> GetByItemID(int itemID)
 {
     return(_commentLogic.GetCommentsByItemID(itemID));
 }