public PatientController(IPatientService patientService, IDashboardHostedService dashboardHostedService)
 {
     _patientService         = patientService;
     _dashboardHostedService = dashboardHostedService;
 }
Exemple #2
0
 public MessController(IDashboardHostedService dashboardHostedService)
 {
     _dashboardHostedService = dashboardHostedService;
 }