Пример #1
0
 public IEnumerable <Comment> GetCommentsByShop(int idShop)
 {
     return(_commentDao.GetCommentsByShop(idShop));
 }