Esempio n. 1
0
 public IEnumerable <ReviewComment> GetAll()
 {
     return(repo.GetAll());
 }