예제 #1
0
파일: Service1.cs 프로젝트: iSizar/MCV.Net
 public List <ReviewDTO> getReviewByBookID(int id) => convertor.getListReview(statistica.getReviewByBookID(id));