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