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