コード例 #1
0
 public static long AddAttribute(ProductAttribute data)
 {
     return(ProductDB.AddAttribute(data));
 }