Ejemplo n.º 1
0
 public List <CommentViewModel> Comments()
 {
     return(_commentRepo.Comments());
 }