コード例 #1
0
 public DoctorProfileController(IDoctorProfileRepo doctor)
 {
     this._doctor = doctor;
 }