//----------------show Doctor-------------------------

        public List <DoctorViewModel> GetAllDoctor(int specilizationId)
        {
            return(doctorGateway.GetAllDoctor(specilizationId));
        }
Example #2
0
 public List <Doctor> GetAllDoctor()
 {
     return(aDoctorGateway.GetAllDoctor());
 }