コード例 #1
0
 public static int AddUpdateProduct(product ob)
 {
     return(ProductProvider.AddUpdateProduct(ob));
 }