예제 #1
0
        public List <DoctorModel> GetAllVaccines()
        {
            DoctorData data = new DoctorData();

            return(data.GetAllDoctors());
        }
예제 #2
0
 public List <DoctorEntity> GetAllDoctors()
 {
     return(data.GetAllDoctors());
 }