Esempio n. 1
0
 public List <Comment> GetCommentsByUsername(string userName)
 {
     return(_commentDal.GetCommentsByUsername(userName));
 }