// PUT api/events/5
 public void Put(int id, Event e)
 {
 }
 // POST api/events
 public void Post(Event e)
 {
 }