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