Example #1
0
 // PUT: api/Reviews/5
 public void Put(int id, Review value)
 {
     ReviewList.Update(id, value);
 }