Ejemplo n.º 1
0
 public IEnumerable <Estoque> GetByArmazem(Guid id)
 {
     return(_estoqueRepository.GetByArmazem(id));
 }