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