Exemplo n.º 1
0
 public bool AddMethod(Item item)
 {
     return(_itemRepository.AddMethod(item));
 }