コード例 #1
0
 public static DataTable GetAllByProductId(int ProductId)
 {
     return(ReviewRepository.GetAllByProductId(ProductId));
 }