// GET api/<controller> public IEnumerable <Appointment> Get() { return(_appointmentsBll.GetAll()); }