public PatientController(IPatientsServices patients, IToothStatusServices toothStatus) { this.patients = patients; this.toothStatus = toothStatus; }
public ToothStatusController(IToothStatusServices toothStatus) { this.toothStatus = toothStatus; }