Esempio n. 1
0
 public List <Doctor> GetDoctorsByCenter(int centerId)
 {
     return(aDoctorGateway.GetDoctorsByCenter(centerId));
 }