// GET /api/hotel?id=7 // GET /api/hotel/7 public Hotel GetById(int id) { return(repo.FindById(id)); }