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