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