Beispiel #1
0
 public bool AppointmentIsTaken(Appointment appointment)
 {
     return(_appointmentService.AppointmentIsTaken(appointment));
 }