コード例 #1
0
 public int AddInventoryItem(IventoryItemData objDOInventoryItem)
 {
     return(objInventoryItem.AddInventoryItem(objDOInventoryItem));
 }