コード例 #1
0
 public string Add(ItemDTO item)
 {
     return(itemBLL.Add(item));
 }