Beispiel #1
0
 public AppointmentsController(IGetAppointments getAppointments)
 {
     _getAppointments = getAppointments;
 }
Beispiel #2
0
 public DashboardController(IGetAppointments getAppointments)
 {
     _getAppointments = getAppointments;
 }