예제 #1
0
 public IEnumerable <Estoque> GetEstoques()
 {
     return(_estoqueRepository.GetEstoques());
 }