Beispiel #1
0
 public string GetDoctorName(int doctorId)
 {
     return(doctorGateway.GetDoctorName(doctorId));
 }