public AppointmentController(IAppointmentAppService appointmentAppService) { _appointmentAppService = appointmentAppService; }
public HomeController(IAppointmentAppService appointmentAppService) =>