コード例 #1
0
 public ViewDoctors GetChamberInfo(int medicalId, int doctorId)
 {
     return(aDoctorGateway.GetChamberInfo(medicalId, doctorId));
 }