コード例 #1
0
 public bool AddData(string name, double price)
 {
     return(_itemRepository.AddData(name, price));
 }