コード例 #1
0
 public ConsultationController(ConsultationService a, DoctorDispService d)
 {
     this.d = d;
     this.a = a;
 }
コード例 #2
0
 //IDoctorService b;
 public DoctorDispController(DoctorDispService a)
 {
     this.a = a;
 }