Exemplo n.º 1
0
 public List <Comment> GetByuserId(int userId)
 {
     return(_r.GetByuserId(userId));
 }