Exemplo n.º 1
0
 public IEnumerable <Review> GetAllReviews()
 {
     return(_reviewLogic.GetAll());
 }