コード例 #1
0
 public virtual IEnumerable <Review> GetAllReviewsByRestaurant(int id)
 {
     return(revrepo.GetAllByRestaurant(id));
 }