コード例 #1
0
 public ProductDetail GetProductDetailById(int id)
 {
     return(iRepositoryProduct.GetProductDetailById(id));
 }