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