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

            return(data.GetAllDoctors());
        }
コード例 #2
0
ファイル: DoctorBuisness.cs プロジェクト: pavcob/eOrdination
 public List <DoctorEntity> GetAllDoctors()
 {
     return(data.GetAllDoctors());
 }