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