コード例 #1
0
ファイル: ItemManager.cs プロジェクト: siam35/batch7
 public bool AddMethod(Item item)
 {
     return(_itemRepository.AddMethod(item));
 }