Example #1
0
 public void CalculateFinishedAppointments(Patient patient)
 {
     _appointmentService.CalculateFinishedAppointments(patient);
 }