Exemplo n.º 1
0
 // GET api/stockin
 public IEnumerable <StockInDTOModel> Get()
 {
     return(StockInProvider.getStock());
 }