コード例 #1
0
ファイル: Service1.cs プロジェクト: iSizar/MCV.Net
 public List <ReviewDTO> getReviewByBookID(int id) => convertor.getListReview(statistica.getReviewByBookID(id));