Exemple #1
0
 public IEnumerable <Comment> GetAllCommentPhoto(int PhotoID)
 {
     foreach (Comment item in _commentDao.GetAllCommentPhoto(PhotoID))
     {
         yield return(item);
     }
 }