public PatientController(IPatientService patientService, IDashboardHostedService dashboardHostedService)
 {
     _patientService         = patientService;
     _dashboardHostedService = dashboardHostedService;
 }
Esempio n. 2
0
 public MessController(IDashboardHostedService dashboardHostedService)
 {
     _dashboardHostedService = dashboardHostedService;
 }