Exemplo n.º 1
0
 // GET api/stockin/5
 public List <StockInModel> Get(int id)
 {
     return(StockInProvider.getStockId(id));
 }