Beispiel #1
0
 public AppointmentController(IAppointmentAppService appointmentAppService)
 {
     _appointmentAppService = appointmentAppService;
 }
Beispiel #2
0
 public HomeController(IAppointmentAppService appointmentAppService) =>