Exemple #1
0
 public void Put(ObjectId id, [FromBody] Restaurant value)
 {
     _restaurantRepositry.UpdateRestaurant(id, value);
 }