Esempio n. 1
0
 public List <Appointment> AllAppointments()
 {
     return(_ar.All());
 }
 public List <Appointment> GetAppointments()
 {
     return(_repository.All().ToList());
 }