Ejemplo n.º 1
0
 public void Put(string id, StockItem entity)
 {
     if (ModelState.IsValid)
     {
         db.UpdateStockItem(entity.GetPrivateEntity <StockItem>());
     }
 }