Beispiel #1
0
 public AddModel(
     IArrangmentsService arrangmentsService,
     IPatientsService patientsService)
 {
     this.arrangmentsService = arrangmentsService;
     this.patientsService    = patientsService;
 }
Beispiel #2
0
 public IndexModel(IArrangmentsService arrangmentsService)
 {
     this.arrangmentsService = arrangmentsService;
 }