コード例 #1
0
 public Producto Details(int id)
 {
     return(objProduct.GetProductData(id));
 }