示例#1
0
 public Product Get(int id)
 {
     return(ProductInformation.SingleProduct(id));
 }