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

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