Esempio n. 1
0
 public CalendarsController(IAppointmentsRepository appointmentsRepository, IHealthReportsRepository healthReportsRepository)
 {
     this._appointmentsRepository  = appointmentsRepository;
     this._healthReportsRepository = healthReportsRepository;
 }
 public CalendarsController(IAppointmentsRepository appointmentsRepository, IHealthReportsRepository healthReportsRepository)
 {
     this._appointmentsRepository = appointmentsRepository;
     this._healthReportsRepository = healthReportsRepository;
 }